1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

boards/weio : fixed a bug with the LED IO def

Signed-off-by: Paul RATHGEB <paul.rathgeb@skynet.be>
This commit is contained in:
Paul RATHGEB 2017-01-22 17:18:13 +01:00
parent 5b1c00ad8b
commit 4c10c64324
No known key found for this signature in database
GPG Key ID: A007F7EC6376F7B1

View File

@ -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