We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce0f52 commit b0832abCopy full SHA for b0832ab
1 file changed
libraries/AP_HAL_ChibiOS/hwdef/CUAV-7-Nano/hwdef.dat
@@ -240,11 +240,12 @@ PE4 LED_GREEN OUTPUT GPIO(91) LOW
240
PE5 LED_BLUE OUTPUT GPIO(92) LOW
241
242
# setup for "pixracer" RGB LEDs
243
-define AP_NOTIFY_GPIO_LED_RGB_RED_PIN 90
244
-define AP_NOTIFY_GPIO_LED_RGB_GREEN_PIN 91
245
-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
246
+define HAL_GPIO_LED_ON 0
247
-define AP_NOTIFY_GPIO_LED_RGB_ENABLED 1
248
+define HAL_HAVE_PIXRACER_LED
249
250
# ID pins
251
PG0 HW_VER_REV_DRIVE OUTPUT LOW
0 commit comments