AP_Notify: disabled boardled for Navio

This commit is contained in:
Staroselskii Georgii 2016-02-24 13:25:29 +03:00 committed by Lucas De Marchi
parent 3223802431
commit 2ea69571ef
1 changed files with 1 additions and 2 deletions

View File

@ -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;