eive-obsw/bsp_q7s/boardconfig/q7s_config.h

14 lines
327 B
C
Raw Normal View History

#ifndef BSP_Q7S_BOARDCONFIG_Q7S_CONFIG_H_
#define BSP_Q7S_BOARDCONFIG_Q7S_CONFIG_H_
2021-04-25 11:33:32 +02:00
#define Q7S_ADD_RTD_DEVICES 0
/* Only one of those 2 should be enabled! */
/* Add code for ACS board */
2021-05-02 13:48:39 +02:00
#define OBSW_ADD_ACS_BOARD 0
2021-04-25 09:33:21 +02:00
#define Q7S_ADD_SPI_TEST 0
#endif /* BSP_Q7S_BOARDCONFIG_Q7S_CONFIG_H_ */