Skip to content

Commit

Permalink
AP_HAL_ESP32: set up EKF double like other boards
Browse files Browse the repository at this point in the history
It's still not enabled.
  • Loading branch information
tpwrules committed Dec 26, 2024
1 parent ff8ff7a commit dfc1375
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libraries/AP_HAL/board/esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dfc1375

Please sign in to comment.