From 8e4dec32dc123669acfd6d848378acafd72d8eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 8 Jan 2021 19:48:41 +0100 Subject: [PATCH] Fix formatting --- main_espboy.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_espboy.ino b/main_espboy.ino index f515647..a87f4da 100644 --- a/main_espboy.ino +++ b/main_espboy.ino @@ -70,7 +70,7 @@ uint32_t SFG_getTimeMs() int8_t SFG_keyPressed(uint8_t key) { - switch (key) + switch (key) { case SFG_KEY_UP: return keys & 0x02; break; case SFG_KEY_DOWN: return keys & 0x04; break;