From 8b8d26b693cd343024ab0853ab8a506bca3863a9 Mon Sep 17 00:00:00 2001 From: ppisa Date: Tue, 31 May 2005 00:49:06 +0000 Subject: [PATCH 1/1] The CR line ending characters removed. --- lincan/include/unican_cl2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2