mirror of https://github.com/ArduPilot/ardupilot
hwdef: correct ZeroOne LED defines for backport
This commit is contained in:
parent
0c3df7293a
commit
223a7f808f
|
@ -264,11 +264,11 @@ PE3 LED_RED OUTPUT OPENDRAIN GPIO(90) HIGH
|
|||
PE4 LED_GREEN OUTPUT OPENDRAIN GPIO(91) HIGH
|
||||
PE5 LED_BLUE OUTPUT OPENDRAIN GPIO(92) HIGH
|
||||
|
||||
define AP_NOTIFY_GPIO_LED_RGB_RED_PIN 90
|
||||
define AP_NOTIFY_GPIO_LED_RGB_GREEN_PIN 91
|
||||
define AP_NOTIFY_GPIO_LED_RGB_BLUE_PIN 92
|
||||
define HAL_GPIO_A_LED_PIN 90
|
||||
define HAL_GPIO_B_LED_PIN 91
|
||||
define HAL_GPIO_C_LED_PIN 92
|
||||
|
||||
define AP_NOTIFY_GPIO_LED_RGB_ENABLED 1
|
||||
define HAL_HAVE_PIXRACER_LED
|
||||
|
||||
# ID pins
|
||||
PG0 HW_VER_REV_DRIVE OUTPUT LOW
|
||||
|
|
Loading…
Reference in New Issue