12 lines
154 B
C
12 lines
154 B
C
#ifndef INC_MMR_CAN_INCLUDES_H_
|
|
#define INC_MMR_CAN_INCLUDES_H_
|
|
|
|
#include "main.h"
|
|
|
|
#ifndef CAN
|
|
#define CAN
|
|
#endif
|
|
|
|
|
|
#endif /* INC_MMR_CAN_INCLUDES_H_ */
|