Remove anonymous structures

This commit is contained in:
Stefano Calabretti
2022-03-07 00:45:51 +01:00
parent e764a9ba12
commit b1ec65b27f
7 changed files with 11 additions and 14 deletions
-3
View File
@@ -11,11 +11,8 @@
#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_ */