mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: sitl: set default value of HAL_CAN_DRIVER_DEFAULT as 1
This commit is contained in:
parent
ef117dc3cf
commit
6dc73b3d54
|
@ -72,3 +72,7 @@
|
|||
#ifndef HAL_WITH_EKF_DOUBLE
|
||||
#define HAL_WITH_EKF_DOUBLE HAL_HAVE_HARDWARE_DOUBLE
|
||||
#endif
|
||||
|
||||
#ifndef HAL_CAN_DRIVER_DEFAULT
|
||||
#define HAL_CAN_DRIVER_DEFAULT 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue