AP_HAL_ChibiOS: use chibios_hwdef to define NOTIFY_LED_OVERRIDE_DEFAULT

This commit is contained in:
Peter Barker 2023-05-17 10:32:36 +10:00 committed by Peter Barker
parent 76a2d89b51
commit 0c7a16b03d
1 changed files with 4 additions and 0 deletions

View File

@ -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
''')