Graphics.h: Fix compiler warning
This commit is contained in:
parent
c9c1e2312f
commit
bec69dc440
|
|
@ -102,7 +102,7 @@ typedef enum
|
|||
/**
|
||||
* Selection of the fonts, ordered by the fontSize_t enum.
|
||||
*/
|
||||
static GFXfont fonts[] = { TomThumb, // 5pt
|
||||
static GFXfont const fonts[] = { TomThumb, // 5pt
|
||||
FreeSans6pt7b, // 6pt
|
||||
FreeSans8pt7b, // 8pt
|
||||
FreeSans9pt7b, // 9pt
|
||||
|
|
|
|||
Loading…
Reference in New Issue