Fixed whitespace.

This commit is contained in:
Dual Tachyon 2023-08-22 09:17:43 +01:00
parent 5c4cc6b0b1
commit 9920d8a967

2
gui.c
View File

@ -528,7 +528,7 @@ static void DisplayFM(void)
{
uint8_t i;
char String[16];
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
memset(String, 0, sizeof(String));
strcpy(String, "FM");