Add ifndef for compile BeRTOS.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 May 2008 08:02:20 +0000 (08:02 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 May 2008 08:02:20 +0000 (08:02 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1275 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/fonts/fixed6x8.c

index ccc4b4ec654e9b30b7489e1c7aaa1fbd6de82391..ea37b2346362cc580b9ab88e9e7cdccbe3f1c93d 100644 (file)
@@ -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