AP_HAL_ChibiOS: disable CanManager in hwdef.h for AP_Periph

This commit is contained in:
Peter Barker 2022-08-15 16:52:55 +10:00 committed by Andrew Tridgell
parent a6d7d39364
commit 4cc1459e63
1 changed files with 2 additions and 0 deletions

View File

@ -2916,6 +2916,8 @@ def add_apperiph_defaults(f):
#define AP_RANGEFINDER_HC_SR04_ENABLED 0
#define AP_RANGEFINDER_PWM_ENABLED 0
// no CAN manager in AP_Periph:
#define HAL_CANMANAGER_ENABLED 0
''')
def add_bootloader_defaults(f):