This commit is contained in:
Stefano Calabretti
2021-11-28 12:36:03 +01:00
parent 6b0515b232
commit fa70f6e7fd
2 changed files with 1 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef INC_MMR_CAN_INCLUDES_H_
#define INC_MMR_CAN_INCLUDES_H_
#include "stm32f3xx_hal.h"
#ifndef CAN
#define CAN
#endif
#endif /* INC_MMR_CAN_INCLUDES_H_ */