samples: Use GPIO_0 as the default instance

Change-Id: Ibe9d0add007487cd47fd2a26df992ff9614883b3
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-05-18 11:16:37 -04:00
parent 39a4b17f3b
commit b8de79239f
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
#elif defined(CONFIG_GPIO_ATMEL_SAM3)
#define GPIO_DRV_NAME CONFIG_GPIO_ATMEL_SAM3_PORTB_DEV_NAME
#else
#error "Unsupported GPIO driver"
#define GPIO_DRV_NAME "GPIO_0"
#endif
void gpio_callback(struct device *port,