From a321f7f766319d024328d6164f2f418545fe4abe Mon Sep 17 00:00:00 2001 From: borisbstyle Date: Sun, 21 Aug 2016 01:06:13 +0200 Subject: [PATCH] Reduce Suspend time --- src/main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.c b/src/main/main.c index eb5e0f90c..7949e1a56 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -106,7 +106,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"