mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
AP_Notify: don't define devices for minlure
It still doesn't have a notify device.
This commit is contained in:
parent
f72a5614d5
commit
f915d2ff6f
@ -58,6 +58,8 @@ struct AP_Notify::notify_events_type AP_Notify::events;
|
||||
ToshibaLED_I2C toshibaled;
|
||||
ToneAlarm_Linux tonealarm;
|
||||
NotifyDevice *AP_Notify::_devices[] = {&toshibaled, &tonealarm};
|
||||
#elif CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_MINLURE
|
||||
NotifyDevice *AP_Notify::_devices[0];
|
||||
#else
|
||||
AP_BoardLED boardled;
|
||||
ToshibaLED_I2C toshibaled;
|
||||
|
Loading…
Reference in New Issue
Block a user