Browse Source

Minor formatting in language.h

Scott Lahteine 7 years ago
parent
commit
aee71c543e
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      Marlin/language.h

+ 7
- 1
Marlin/language.h View File

@@ -276,7 +276,13 @@
276 276
 
277 277
 #include INCLUDE_LANGUAGE
278 278
 
279
-#if DISABLED(SIMULATE_ROMFONT) && DISABLED(DISPLAY_CHARSET_ISO10646_1) && DISABLED(DISPLAY_CHARSET_ISO10646_5) && DISABLED(DISPLAY_CHARSET_ISO10646_KANA) && DISABLED(DISPLAY_CHARSET_ISO10646_GREEK) && DISABLED(DISPLAY_CHARSET_ISO10646_CN) && DISABLED(DISPLAY_CHARSET_ISO10646_TR)
279
+#if DISABLED(SIMULATE_ROMFONT) \
280
+ && DISABLED(DISPLAY_CHARSET_ISO10646_1) \
281
+ && DISABLED(DISPLAY_CHARSET_ISO10646_5) \
282
+ && DISABLED(DISPLAY_CHARSET_ISO10646_KANA) \
283
+ && DISABLED(DISPLAY_CHARSET_ISO10646_GREEK) \
284
+ && DISABLED(DISPLAY_CHARSET_ISO10646_CN) \
285
+ && DISABLED(DISPLAY_CHARSET_ISO10646_TR)
280 286
   #define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
281 287
 #endif
282 288
 

Loading…
Cancel
Save