X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/3d6c5be34ccd4bf1633c6b7f98e9beedfebc262f..95c031e101c74ae6472a7e538f3128f67a490082:/lincan/include/constants.h diff --git a/lincan/include/constants.h b/lincan/include/constants.h index aef197d..ce3d742 100644 --- a/lincan/include/constants.h +++ b/lincan/include/constants.h @@ -72,7 +72,7 @@ test_and_clear_bit(MSGOBJ_##obj_fl##_b,&(obj)->obj_flags) -/* These flags can be used for the chip_t structure flags data entry */ +/* These flags can be used for the canchip_t structure flags data entry */ #define CHIP_CONFIGURED (1<<0) #define CHIP_SEGMENTED (1<<1) #define CHIP_IRQ_SETUP (1<<2)