mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-09 01:13:57 -04:00
AP_HAL_ESP32: set up EKF double like other boards
It's still not enabled.
This commit is contained in:
parent
3235a0692c
commit
75da82605e
@ -42,6 +42,14 @@
|
||||
#define HAL_BinarySemaphore ESP32::BinarySemaphore
|
||||
#endif
|
||||
|
||||
#ifndef HAL_HAVE_HARDWARE_DOUBLE
|
||||
#define HAL_HAVE_HARDWARE_DOUBLE 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_WITH_EKF_DOUBLE
|
||||
#define HAL_WITH_EKF_DOUBLE HAL_HAVE_HARDWARE_DOUBLE
|
||||
#endif
|
||||
|
||||
#define HAL_NUM_CAN_IFACES 0
|
||||
#define HAL_MEM_CLASS HAL_MEM_CLASS_192
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user