Fix possible SQL issue

This commit is contained in:
Armel FAUVEAU
2024-03-12 22:37:42 +01:00
parent fbbfbeb268
commit b2e3f70d4b
3 changed files with 10 additions and 8 deletions

View File

@@ -44,9 +44,8 @@ const uint8_t gFontKeyLock[1][8] =
{0x7c, 0x46, 0x45, 0x45, 0x45, 0x45, 0x46, 0x7c}
};
const uint8_t gFontScanAll[10] =
const uint8_t gFontScanAll[9] =
{
0b00000000,
0b00111110,
0b01000001,
0b01000001,
@@ -58,7 +57,7 @@ const uint8_t gFontScanAll[10] =
0b00111110
};
const uint8_t gFontLight[10] =
const uint8_t gFontLight[9] =
{
0b00001100,
0b00010010,
@@ -69,7 +68,6 @@ const uint8_t gFontLight[10] =
0b00100001,
0b00010010,
0b00001100,
0b00000000,
};
const uint8_t gFontXB[2][6] =