diff --git a/src/switch_time.c b/src/switch_time.c index 6af48dd219..bf513b7f0e 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -72,7 +72,7 @@ static int MATRIX = 1; static int STEP_MS = 1; static int STEP_MIC = 1000; static uint32_t TICK_PER_SEC = 10000; -static int MS_PER_TICK = 1; +static int MS_PER_TICK = 10; #else static int STEP_MS = 10; static int STEP_MIC = 10000;