AP_Vehicle: move and rename CAN Driver_Type enumeration

This commit is contained in:
Peter Barker 2023-04-18 19:44:06 +10:00 committed by Peter Barker
parent 79f08394b3
commit d0c80f5877

View File

@ -267,7 +267,7 @@ protected:
// board specific config
AP_BoardConfig BoardConfig;
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
#if HAL_CANMANAGER_ENABLED
// board specific config for CAN bus
AP_CANManager can_mgr;
#endif