Skip to content

Commit

Permalink
Merge pull request #6635 from cgundogan/pr/pba-01-d-kw2x_docfix_and_l…
Browse files Browse the repository at this point in the history
…edfix

pba-d-01-kw2x: minor fixes
  • Loading branch information
PeterKietzmann authored Feb 21, 2017
2 parents 0b7b6fe + d39ccdc commit a53c50a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/pba-d-01-kw2x/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ extern "C"
#endif

/**
* @brief 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 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 a53c50a

Please sign in to comment.