From: asterix Date: Mon, 19 May 2008 08:02:20 +0000 (+0000) Subject: Add ifndef for compile BeRTOS. X-Git-Tag: 2.0.0~659 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=18f0bfba4ffad8f2f729db9d7990fef28e6f377e;p=bertos.git Add ifndef for compile BeRTOS. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1275 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/fonts/fixed6x8.c b/bertos/fonts/fixed6x8.c index ccc4b4ec..ea37b234 100644 --- a/bertos/fonts/fixed6x8.c +++ b/bertos/fonts/fixed6x8.c @@ -333,6 +333,8 @@ static const PROGMEM uint8_t default_font_glyphs[256 * 6] = 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 /* ΓΏ */ }; + +#ifndef default_font struct Font default_font = { /* .glyph = */ default_font_glyphs, @@ -340,3 +342,4 @@ struct Font default_font = /* .height = */ 8 }; +#endif