pba-d-01-kw2x: fix LED2_PIN <-> LED0_PIN
This commit is contained in:
parent
8c3bbf9c4d
commit
d39ccdce21
@ -34,9 +34,9 @@ extern "C"
|
|||||||
* @name LED pin definitions and handlers
|
* @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 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 LED0_MASK (1 << 6)
|
||||||
#define LED1_MASK (1 << 4)
|
#define LED1_MASK (1 << 4)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user