From 722b429a53707eadc19c8161d33576a1c7f9cf7b Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 19 Jan 2017 09:58:03 -0500 Subject: [PATCH] boards: arduino_101: set correct LED pin Change-Id: Icda0a7952daea5a12b51b27868b130c0ae76c8b1 Signed-off-by: Anas Nashif --- boards/x86/arduino_101/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/x86/arduino_101/board.h b/boards/x86/arduino_101/board.h index c6d08b84923..ea791b7ae1f 100644 --- a/boards/x86/arduino_101/board.h +++ b/boards/x86/arduino_101/board.h @@ -10,7 +10,7 @@ #include #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 */