eive-obsw/bsp_rpi/boardconfig/rpi_config.h

11 lines
261 B
C
Raw Normal View History

2021-02-22 12:57:41 +01:00
#ifndef BSP_RPI_BOARDCONFIG_RPI_CONFIG_H_
#define BSP_RPI_BOARDCONFIG_RPI_CONFIG_H_
2021-02-22 17:36:44 +01:00
#define RPI_ADD_GPIO_TEST 1
#define RPI_ADD_SPI_TEST 1
#define RPI_LOOPBACK_TEST_GPIO 1
2021-02-22 12:57:41 +01:00
#endif /* BSP_RPI_BOARDCONFIG_RPI_CONFIG_H_ */