This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
can/Inc/mmr_can_includes.h
T
Stefano Calabretti f5c8353245 Add documentation
2022-02-23 13:21:34 +01:00

22 lines
367 B
C

/**
* @file mmr_can_includes.h
* @brief
* This header contains the include macros
* related to the external can_bus drivers.
*
* These may be changed based on the board that is
* being used.
*/
#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_ */