Skip to content

Commit

Permalink
fixup! boards/common/stm32: clean up LED definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Aug 8, 2022
1 parent 495bd45 commit 6c118e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boards/stm32f4discovery/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ extern "C" {
* @{
*/
#define LED0_PIN_NUM 13
#define LED0_PORT_NUM 3
#define LED0_PORT_NUM PORT_D

#define LED1_PIN_NUM 12
#define LED1_PORT_NUM 3
#define LED1_PORT_NUM PORT_D

#define LED2_PIN_NUM 14
#define LED2_PORT_NUM 3
#define LED2_PORT_NUM PORT_D

#define LED3_PIN_NUM 15
#define LED3_PORT_NUM 3
#define LED3_PORT_NUM PORT_D
/** @} */

/**
Expand Down

0 comments on commit 6c118e6

Please sign in to comment.