Skip to content

Commit

Permalink
hwdef: fix leds for fc/gyro indication
Browse files Browse the repository at this point in the history
  • Loading branch information
lida2003 committed Nov 11, 2024
1 parent 6247a70 commit d7dda7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_HAL_ChibiOS/hwdef/Aocoda-RC-H743Dual/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ define BOARD_RSSI_ANA_PIN 8
# Define LEDs
# blue LED0 marked as ACT
# green LED1 marked as B/E
PE3 LED0 OUTPUT LOW GPIO(90) # blue
PE4 LED1 OUTPUT LOW GPIO(91) # orange
PE3 LED0 OUTPUT HIGH GPIO(90) # blue
PE4 LED1 OUTPUT HIGH GPIO(91) # orange
define HAL_GPIO_A_LED_PIN 91
define HAL_GPIO_B_LED_PIN 90
define HAL_GPIO_LED_OFF 1
Expand Down

0 comments on commit d7dda7c

Please sign in to comment.