Skip to content

Commit

Permalink
AP_HAL: increase overtime margin on ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules authored and tridge committed Sep 1, 2024
1 parent 6c2daab commit e99b0fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/AP_HAL/board/esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,6 @@
// other big things..
#define HAL_QUADPLANE_ENABLED 0
#define HAL_GYROFFT_ENABLED 0

// remove once ESP32 isn't so chronically slow
#define AP_SCHEDULER_OVERTIME_MARGIN_US 50000UL

0 comments on commit e99b0fd

Please sign in to comment.