Browse Source

fixed bad lcd commit from makr3d

#elsif does not exist #elif is correct
Maik Stohn 11 years ago
parent
commit
9da94c247a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/dogm_lcd_implementation.h

+ 1
- 1
Marlin/dogm_lcd_implementation.h View File

80
 #ifdef U8GLIB_ST7920
80
 #ifdef U8GLIB_ST7920
81
 //U8GLIB_ST7920_128X64_RRD u8g(0,0,0);
81
 //U8GLIB_ST7920_128X64_RRD u8g(0,0,0);
82
 U8GLIB_ST7920_128X64_RRD u8g(0);
82
 U8GLIB_ST7920_128X64_RRD u8g(0);
83
-#elsif defined(MAKRPANEL)
83
+#elif defined(MAKRPANEL)
84
 // The MaKrPanel display, ST7565 controller as well
84
 // The MaKrPanel display, ST7565 controller as well
85
 U8GLIB_NHD_C12864 u8g(DOGLCD_CS, DOGLCD_A0);
85
 U8GLIB_NHD_C12864 u8g(DOGLCD_CS, DOGLCD_A0);
86
 #else
86
 #else

Loading…
Cancel
Save