Fix formatting

This commit is contained in:
Miloslav Číž 2021-01-08 19:48:41 +01:00
parent 82d532484c
commit 8e4dec32dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;