diff options
Diffstat (limited to 'stmhal')
| -rw-r--r-- | stmhal/font_petme128_8x8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/font_petme128_8x8.h b/stmhal/font_petme128_8x8.h index 8df78a250..7f928edda 100644 --- a/stmhal/font_petme128_8x8.h +++ b/stmhal/font_petme128_8x8.h @@ -24,7 +24,7 @@ * THE SOFTWARE. */ -const uint8_t font_petme128_8x8[] = { +static const uint8_t font_petme128_8x8[] = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 32= 0x00,0x00,0x00,0x4f,0x4f,0x00,0x00,0x00, // 33=! 0x00,0x07,0x07,0x00,0x00,0x07,0x07,0x00, // 34=" |
