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 committed Aug 31, 2024
1 parent dc437a3 commit 3b86481
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 slow
#define AP_SCHEDULER_OVERTIME_MARGIN_US 50000UL

0 comments on commit 3b86481

Please sign in to comment.