boards: arduino_101: set correct LED pin

Change-Id: Icda0a7952daea5a12b51b27868b130c0ae76c8b1
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-01-19 09:58:03 -05:00 committed by Anas Nashif
parent c9c36f15de
commit 722b429a53

View File

@ -10,7 +10,7 @@
#include <soc.h>
#define LED0_GPIO_PORT CONFIG_GPIO_QMSI_0_NAME
#define LED0_GPIO_PIN 2
#define LED0_GPIO_PIN 8
#if defined(CONFIG_USB)
/* GPIO driver name */