# HG changeset patch # User Jan Mulder # Date 1552211208 -3600 # Node ID 5ca88855da8782080dc3e854fd19e652134f32b9 # Parent 842f57bbaaadf6ec3f36ed39fa94773ca2d6a7e4 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 diff -r 842f57bbaaad -r 5ca88855da87 Discovery/Src/gfx_fonts.c --- a/Discovery/Src/gfx_fonts.c Sun Mar 10 10:09:58 2019 +0100 +++ b/Discovery/Src/gfx_fonts.c Sun Mar 10 10:46:48 2019 +0100 @@ -18,9 +18,9 @@ #include "gfx_fonts.h" -//#ifdef DEBUG +#ifdef DEBUG # define INCLUDE_FONTS_BINARY -//#endif +#endif #ifdef INCLUDE_FONTS_BINARY