Skip to content

Commit

Permalink
AP_AHRS: compile EKF2 out by default on all boards
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Nov 19, 2023
1 parent 176a4aa commit 58424ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_AHRS/AP_AHRS_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#endif

#ifndef HAL_NAVEKF2_AVAILABLE
// only default to EK2 enabled on boards with over 1M flash
#define HAL_NAVEKF2_AVAILABLE (BOARD_FLASH_SIZE>1024)
// EKF2 slated compiled out by default in 4.5, slated to be removed.
#define HAL_NAVEKF2_AVAILABLE 0
#endif

#ifndef HAL_NAVEKF3_AVAILABLE
Expand Down

0 comments on commit 58424ae

Please sign in to comment.