mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: use chibios_hwdef to define NOTIFY_LED_OVERRIDE_DEFAULT
This commit is contained in:
parent
76a2d89b51
commit
0c7a16b03d
|
@ -3255,6 +3255,10 @@ INCLUDE common.ld
|
|||
#define AP_FILESYSTEM_ROMFS_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef NOTIFY_LED_OVERRIDE_DEFAULT
|
||||
#define NOTIFY_LED_OVERRIDE_DEFAULT 1 // rgb_source_t::mavlink
|
||||
#endif
|
||||
|
||||
// end AP_Periph defaults
|
||||
''')
|
||||
|
||||
|
|
Loading…
Reference in New Issue