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:
parent
5b1c00ad8b
commit
4c10c64324
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user