# HG changeset patch
# User etisserant
# Date 1203429559 -3600
# Node ID 487b37176423989166f284a651ce1b8a201beb80
# Parent  eea445577d1220744a515c42f7b045ff3925bc1c
Changed CAN_HANDLE into CAN_PORT in data.h and lss.h. More semanticaly correct.

diff -r eea445577d12 -r 487b37176423 include/data.h
--- a/include/data.h	Tue Feb 19 14:54:06 2008 +0100
+++ b/include/data.h	Tue Feb 19 14:59:19 2008 +0100
@@ -93,7 +93,7 @@
 	
 	/* General */
 	UNS8 toggle;
-	CAN_HANDLE canHandle;	
+	CAN_PORT canHandle;	
 	scanIndexOD_t scanIndexOD;
 	storeODSubIndex_t storeODSubIndex; 
 	
diff -r eea445577d12 -r 487b37176423 include/lss.h
--- a/include/lss.h	Tue Feb 19 14:54:06 2008 +0100
+++ b/include/lss.h	Tue Feb 19 14:59:19 2008 +0100
@@ -102,7 +102,7 @@
   							 * Timing Parameters is received*/
   UNS16 switchDelay;		/* the period of the two delay */
   UNS8  switchDelayState;   /* the state machine for the switchDelay */
-  CAN_HANDLE canHandle_t;
+  CAN_PORT canHandle_t;
     
                               /* Time counters to implement a timeout in milliseconds.*/
   TIMER_HANDLE timerMSG;	  /* timerMSG is automatically incremented whenever