sdk-hwV1.3/lichee/rtos-hal/hal/test/gpio/test_conf.h

9 lines
151 B
C

#include <hal_gpio.h>
/* config the gpio to test */
#ifdef CONFIG_SOC_SUN8IW19P1
#define GPIO_TEST GPIO_PC0
#else
#define GPIO_TEST GPIO_PA1
#endif