From 9178ab5e6a8a15fe8def5b2d241079ffe93e16f2 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 608486d5b6..3b0a65e6bb 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -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"