comparison Discovery/Src/gfx_fonts.c @ 51:8f8ea3a32e82

Resolved warnings pointing to possible invalid memory access
author Ideenmodellierer
date Tue, 31 Jul 2018 22:28:21 +0200
parents f39206facb93
children a984d87a1ec0
comparison
equal deleted inserted replaced
50:6310a27fd6d3 51:8f8ea3a32e82
20 20
21 #ifdef DEBUG 21 #ifdef DEBUG
22 # define INCLUDE_FONTS_BINARY 22 # define INCLUDE_FONTS_BINARY
23 #endif 23 #endif
24 24
25 #ifndef INCLUDE_FONTS_BINARY
25 #define INCLUDE_FONTS_BINARY 1 26 #define INCLUDE_FONTS_BINARY 1
27 #endif
26 28
27 #ifdef INCLUDE_FONTS_BINARY 29 #ifdef INCLUDE_FONTS_BINARY
28 30
29 /* Fonts fixed in upper region */ 31 /* Fonts fixed in upper region */
30 #include "Fonts/font_awe48.h" 32 #include "Fonts/font_awe48.h"