mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Notify: use chibios_hwdef to define NOTIFY_LED_OVERRIDE_DEFAULT
This commit is contained in:
parent
0c7a16b03d
commit
3d05d8c0dd
@ -130,11 +130,7 @@ AP_Notify *AP_Notify::_singleton;
|
||||
#endif
|
||||
|
||||
#ifndef NOTIFY_LED_OVERRIDE_DEFAULT
|
||||
#ifdef HAL_BUILD_AP_PERIPH
|
||||
#define NOTIFY_LED_OVERRIDE_DEFAULT 1 // rgb_source_t::mavlink
|
||||
#else
|
||||
#define NOTIFY_LED_OVERRIDE_DEFAULT 0 // rgb_source_t::standard
|
||||
#endif
|
||||
#define NOTIFY_LED_OVERRIDE_DEFAULT 0 // rgb_source_t::standard
|
||||
#endif
|
||||
|
||||
#ifndef NOTIFY_LED_LEN_DEFAULT
|
||||
|
Loading…
Reference in New Issue
Block a user