comparison Discovery/Src/gfx_fonts.c @ 170:5ca88855da87 cleanup-1

Fix accidentally pushed local code Did I say that Mercurial is a pain for long time git users :-) For the record: created a commit with 1 file, saw a spelling error so, did a hg commit --amend ... which sneaked in a 2nd file. I did not notice, created a pull request, and now this stupid commit undoing things is the only way as all is in public phase now. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Sun, 10 Mar 2019 10:46:48 +0100
parents 842f57bbaaad
children 1c95f811967c
comparison
equal deleted inserted replaced
169:842f57bbaaad 170:5ca88855da87
16 16
17 /* Includes ------------------------------------------------------------------*/ 17 /* Includes ------------------------------------------------------------------*/
18 18
19 #include "gfx_fonts.h" 19 #include "gfx_fonts.h"
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 #ifdef INCLUDE_FONTS_BINARY 25 #ifdef INCLUDE_FONTS_BINARY
26 26
27 /* Fonts fixed in upper region */ 27 /* Fonts fixed in upper region */
28 #include "Fonts/font_awe48.h" 28 #include "Fonts/font_awe48.h"