diff --git a/src/can_common.h b/src/can_common.h index b170064..14ab987 100644 --- a/src/can_common.h +++ b/src/can_common.h @@ -1,7 +1,13 @@ #ifndef _CAN_COMMON_ #define _CAN_COMMON_ +#ifndef UNIT_TEST #include +#else +#include +#include +typedef bool boolean; +#endif /** Define the typical baudrate for CAN communication. */ #ifdef CAN_BPS_500K