From: ppisa Date: Tue, 31 May 2005 00:49:06 +0000 (+0000) Subject: The CR line ending characters removed. X-Git-Tag: CLT_COMM_CAN-lincan-0_3_1~16 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/commitdiff_plain/8b8d26b693cd343024ab0853ab8a506bca3863a9 The CR line ending characters removed. --- diff --git a/lincan/include/unican_cl2.h b/lincan/include/unican_cl2.h index 8edf9f4..7bb715a 100644 --- a/lincan/include/unican_cl2.h +++ b/lincan/include/unican_cl2.h @@ -103,7 +103,7 @@ UCEL A FUNKCE: #define CL2_ERROR_LL 0x0007 /* */ #define CL2_ERROR_WARNING 0x0040 /* bus warning detected */ #define CL2_ERROR_BUS_OFF 0x0080 /* bus error detected */ -#define CL2_ERROR_RESET_CARD 0x0100 /* card reset occurred */ +#define CL2_ERROR_RESET_CARD 0x0100 /* card reset occurred */ #define CL2_ERROR_FIRMWARE 0x1000 /* firmware error detected */ #define CL2_ERROR_DPRAM 0x2000 /* dual port RAM error detected */ #define CL2_ERROR_RAM 0x4000 /* internal RAM error detected */