Graphics.h: Fix compiler warning

This commit is contained in:
Federico Amedeo Izzo 2021-01-24 15:57:02 +01:00
parent c9c1e2312f
commit bec69dc440
1 changed files with 8 additions and 8 deletions

View File

@ -102,7 +102,7 @@ typedef enum
/** /**
* Selection of the fonts, ordered by the fontSize_t enum. * Selection of the fonts, ordered by the fontSize_t enum.
*/ */
static GFXfont fonts[] = { TomThumb, // 5pt static GFXfont const fonts[] = { TomThumb, // 5pt
FreeSans6pt7b, // 6pt FreeSans6pt7b, // 6pt
FreeSans8pt7b, // 8pt FreeSans8pt7b, // 8pt
FreeSans9pt7b, // 9pt FreeSans9pt7b, // 9pt