12 lines
293 B
C
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_ */
|