mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Reduce Suspend time
This commit is contained in:
parent
2b14e5d20c
commit
9178ab5e6a
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
#include "config/config_profile.h"
|
||||
#include "config/config_master.h"
|
||||
|
||||
#define LOOPTIME_SUSPEND_TIME 5 // Prevent too long busy wait times
|
||||
#define LOOPTIME_SUSPEND_TIME 3 // Prevent too long busy wait times
|
||||
|
||||
#ifdef USE_HARDWARE_REVISION_DETECTION
|
||||
#include "hardware_revision.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue