pba-d-01-kw2x: fix LED2_PIN <-> LED0_PIN

This commit is contained in:
Cenk Gündoğan 2017-02-21 10:19:53 +01:00
parent 8c3bbf9c4d
commit d39ccdce21

View File

@ -34,9 +34,9 @@ extern "C"
* @name LED pin definitions and handlers
* @{
*/
#define LED2_PIN GPIO_PIN(PORT_D, 6)
#define LED0_PIN GPIO_PIN(PORT_D, 6)
#define LED1_PIN GPIO_PIN(PORT_D, 4)
#define LED0_PIN GPIO_PIN(PORT_A, 4)
#define LED2_PIN GPIO_PIN(PORT_A, 4)
#define LED0_MASK (1 << 6)
#define LED1_MASK (1 << 4)