15 lines
400 B
C
15 lines
400 B
C
#ifndef BSP_Q7S_BOARDCONFIG_Q7S_CONFIG_H_
|
|
#define BSP_Q7S_BOARDCONFIG_Q7S_CONFIG_H_
|
|
|
|
#cmakedefine01 Q7S_SIMPLE_MODE
|
|
#define Q7S_ADD_RTD_DEVICES 0
|
|
|
|
/* Only one of those 2 should be enabled! */
|
|
/* Add code for ACS board */
|
|
#define OBSW_ADD_ACS_BOARD 0
|
|
#if OBSW_ADD_ACS_BOARD == 0
|
|
#define Q7S_ADD_SPI_TEST 0
|
|
#endif
|
|
|
|
#endif /* BSP_Q7S_BOARDCONFIG_Q7S_CONFIG_H_ */
|