Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Parker committed Oct 24, 2024
1 parent 3ec4c48 commit b030b16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion boards/stm32c0116-dk/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
extern "C" {
#endif


#define LED0_PIN_NUM 6
#define LED0_PORT GPIO_PORT_B /**< GPIO port of LED 0 */
#define LED0_PORT_NUM PORT_B
Expand Down
1 change: 0 additions & 1 deletion boards/stm32c0316-dk/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
extern "C" {
#endif


#define LED0_PIN_NUM 5
#define LED0_PORT GPIO_PORT_A /**< GPIO port of LED 0 */
#define LED0_PORT_NUM PORT_A
Expand Down
1 change: 0 additions & 1 deletion boards/stm32g0316-disco/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
extern "C" {
#endif


#define LED0_PIN_NUM 12
#define LED0_PORT GPIO_PORT_A /**< GPIO port of LED 0 */
#define LED0_PORT_NUM PORT_A
Expand Down

0 comments on commit b030b16

Please sign in to comment.