Skip to content

Commit

Permalink
Correct LEDs mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Minderring authored Mar 27, 2024
1 parent 51f0ac3 commit a027e2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/AP_HAL_ChibiOS/hwdef/NxtPX4v2/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ PD15 LED_RED OUTPUT HIGH GPIO(90)
PD11 LED_GREEN OUTPUT HIGH GPIO(91)
PB15 LED_BLUE OUTPUT HIGH GPIO(92)

define HAL_GPIO_A_LED_PIN 92
define HAL_GPIO_B_LED_PIN 90
define HAL_GPIO_C_LED_PIN 91
define HAL_GPIO_A_LED_PIN 90
define HAL_GPIO_B_LED_PIN 91
define HAL_GPIO_C_LED_PIN 92

define HAL_GPIO_LED_ON 1
define HAL_GPIO_LED_OFF 0
Expand Down

0 comments on commit a027e2e

Please sign in to comment.