X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/8efef967ff91e6d5b92426ffb091842d4e54145d..8b8d26b693cd343024ab0853ab8a506bca3863a9:/lincan/include/unican_cl2.h diff --git a/lincan/include/unican_cl2.h b/lincan/include/unican_cl2.h index ffd6bec..7bb715a 100644 --- a/lincan/include/unican_cl2.h +++ b/lincan/include/unican_cl2.h @@ -12,10 +12,7 @@ PORTING : Adapted for LinCAN driver by Pavel Pisa, OCERA team memb DULEZITE UPOZORNENI: ARCHIVACNI INFORMACE: -$Log$ -Revision 1.1 2004/03/13 23:13:31 ppisa -Interconnected OCERA configuration options with LinCAN boardlist.c compilation. - +Log: unican_cl2.h,v 27.1.1999 - corected value of CL2_ERROR_WARNING and CL2_ERROR_BUS_OFF constants @@ -41,7 +38,7 @@ UCEL A FUNKCE: /****** includes ******/ #ifndef __INC_ANCTYPES_H -#include "anctypes.h" +#include "unican_types.h" #endif /****** Definitions of constants ******/ @@ -106,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 */