First commit

This commit is contained in:
Stefano Calabretti
2021-11-28 12:12:27 +01:00
commit 3cdd6da051
7 changed files with 217 additions and 0 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_ */