eive-obsw/bsp_q7s/boardconfig/q7s_config.h
2021-04-02 15:14:08 +02:00

12 lines
293 B
C

#ifndef BSP_Q7S_BOARDCONFIG_Q7S_CONFIG_H_
#define BSP_Q7S_BOARDCONFIG_Q7S_CONFIG_H_
/* Only one of those 2 should be enabled! */
/* Add code for ACS board */
#define OBSW_ADD_ACS_BOARD 0
#define Q7S_ADD_SPI_TEST 1
#endif /* BSP_Q7S_BOARDCONFIG_Q7S_CONFIG_H_ */