Skip to content

Commit

Permalink
pba-d-01-kw2x: fix LED2_PIN <-> LED0_PIN
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundogan committed Feb 21, 2017
1 parent 8c3bbf9 commit d39ccdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/pba-d-01-kw2x/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d39ccdc

Please sign in to comment.