From cbf1d4dfa095bc1fae927228ad108b6086738f01 Mon Sep 17 00:00:00 2001 From: inmarket Date: Sun, 8 Jul 2018 13:05:27 +1000 Subject: Added type gFont to replace V2.x font_t --- demos/modules/gaudio/play-vs1053/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/modules/gaudio/play-vs1053/main.c') diff --git a/demos/modules/gaudio/play-vs1053/main.c b/demos/modules/gaudio/play-vs1053/main.c index 21e28c98..4e9c4b97 100644 --- a/demos/modules/gaudio/play-vs1053/main.c +++ b/demos/modules/gaudio/play-vs1053/main.c @@ -43,7 +43,7 @@ * Application entry point. */ int main(void) { - font_t font; + gFont font; GFILE *f; char *errmsg; uint32_t toplay; -- cgit v1.2.3