9 lines
151 B
C
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
|