Skip to content

Commit

Permalink
firmware: tests: devices: Fixing leds gpio pins
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelboing committed Sep 6, 2024
1 parent 0b9a3b9 commit 7a07b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/tests/devices/leds_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
#define LED_UPLINK_NUM 3

/* GPIO configuration */
#define LED_SYSTEM_GPIO_PIN GPIO_PIN_28
#define LED_FAULT_GPIO_PIN GPIO_PIN_27
#define LED_SYSTEM_GPIO_PIN GPIO_PIN_27
#define LED_FAULT_GPIO_PIN GPIO_PIN_28
#define LED_DOWNLINK_GPIO_PIN GPIO_PIN_30
#define LED_UPLINK_GPIO_PIN GPIO_PIN_29

Expand Down

0 comments on commit 7a07b9f

Please sign in to comment.