Browse Source

Patch ultralcd_impl header conditional names

Scott Lahteine 9 years ago
parent
commit
62ecd107ba
2 changed files with 6 additions and 6 deletions
  1. 3
    3
      Marlin/ultralcd_impl_DOGM.h
  2. 3
    3
      Marlin/ultralcd_impl_HD44780.h

+ 3
- 3
Marlin/ultralcd_impl_DOGM.h View File

33
  * License: http://opensource.org/licenses/BSD-3-Clause
33
  * License: http://opensource.org/licenses/BSD-3-Clause
34
  */
34
  */
35
 
35
 
36
-#ifndef DOGM_LCD_IMPLEMENTATION_H
37
-#define DOGM_LCD_IMPLEMENTATION_H
36
+#ifndef ULTRALCD_IMPL_DOGM_H
37
+#define ULTRALCD_IMPL_DOGM_H
38
 
38
 
39
 /**
39
 /**
40
  * Implementation of the LCD display routines for a DOGM128 graphic display.
40
  * Implementation of the LCD display routines for a DOGM128 graphic display.
635
 #define lcd_implementation_drawmenu_gcode(sel, row, pstr, gcode) lcd_implementation_drawmenu_generic(sel, row, pstr, '>', ' ')
635
 #define lcd_implementation_drawmenu_gcode(sel, row, pstr, gcode) lcd_implementation_drawmenu_generic(sel, row, pstr, '>', ' ')
636
 #define lcd_implementation_drawmenu_function(sel, row, pstr, data) lcd_implementation_drawmenu_generic(sel, row, pstr, '>', ' ')
636
 #define lcd_implementation_drawmenu_function(sel, row, pstr, data) lcd_implementation_drawmenu_generic(sel, row, pstr, '>', ' ')
637
 
637
 
638
-#endif //__DOGM_LCD_IMPLEMENTATION_H
638
+#endif //__ULTRALCD_IMPL_DOGM_H

+ 3
- 3
Marlin/ultralcd_impl_HD44780.h View File

20
  *
20
  *
21
  */
21
  */
22
 
22
 
23
-#ifndef ULTRALCD_IMPLEMENTATION_HITACHI_HD44780_H
24
-#define ULTRALCD_IMPLEMENTATION_HITACHI_HD44780_H
23
+#ifndef ULTRALCD_IMPL_HD44780_H
24
+#define ULTRALCD_IMPL_HD44780_H
25
 
25
 
26
 /**
26
 /**
27
 * Implementation of the LCD display routines for a Hitachi HD44780 display. These are common LCD character displays.
27
 * Implementation of the LCD display routines for a Hitachi HD44780 display. These are common LCD character displays.
1006
 
1006
 
1007
 #endif // LCD_HAS_SLOW_BUTTONS
1007
 #endif // LCD_HAS_SLOW_BUTTONS
1008
 
1008
 
1009
-#endif // ULTRALCD_IMPLEMENTATION_HITACHI_HD44780_H
1009
+#endif // ULTRALCD_IMPL_HD44780_H

Loading…
Cancel
Save