From 53ad681ed1786601ca5eccb60f8fd950b8bc47d7 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 8 Apr 2016 11:08:37 +0100 Subject: extmod: Add initial framebuf module. --- stmhal/font_petme128_8x8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal') 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=" -- cgit v1.2.3