Remove anonymous structures (#9)

This commit was merged in pull request #9.
This commit is contained in:
Stefano Calabretti
2022-03-07 00:46:26 +01:00
committed by GitHub
parent e764a9ba12
commit a9fb248f3b
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_ */