mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_Notify: disabled boardled for Navio
This commit is contained in:
parent
3223802431
commit
2ea69571ef
@ -76,10 +76,9 @@ struct AP_Notify::notify_events_type AP_Notify::events;
|
||||
NotifyDevice *AP_Notify::_devices[] = {&boardled, &toshibaled, &externalled, &buzzer};
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_LINUX
|
||||
#if CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_NAVIO
|
||||
AP_BoardLED boardled;
|
||||
NavioLED_I2C navioled;
|
||||
ToshibaLED_I2C toshibaled;
|
||||
NotifyDevice *AP_Notify::_devices[] = {&boardled, &navioled, &toshibaled};
|
||||
NotifyDevice *AP_Notify::_devices[] = {&navioled, &toshibaled};
|
||||
#elif CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_NAVIO2
|
||||
Navio2LED navioled;
|
||||
ToshibaLED_I2C toshibaled;
|
||||
|
Loading…
Reference in New Issue
Block a user