diff --git a/boards/weio/include/board.h b/boards/weio/include/board.h index c60da6698656d40c8c6d82576b0bdb2eb698585a..59fd00116aa81aaf963b8b24c7c8d7a577002b35 100644 --- a/boards/weio/include/board.h +++ b/boards/weio/include/board.h @@ -34,9 +34,9 @@ extern "C" { * @brief LED pin definitions and handlers * @{ */ -#define LED0_PIN GPIO_PIN(0, 13) -#define LED1_PIN GPIO_PIN(0, 14) -#define LED2_PIN GPIO_PIN(0, 15) +#define LED0_PIN GPIO_PIN(1, 13) +#define LED1_PIN GPIO_PIN(1, 14) +#define LED2_PIN GPIO_PIN(1, 15) #define LED_PORT LPC_GPIO #define LED0_MASK BIT13