Browse Source

Fix some typos

Scott Lahteine 7 years ago
parent
commit
272f9f65dc
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/lcd/ultralcd_impl_HD44780.h

+ 2
- 2
Marlin/src/lcd/ultralcd_impl_HD44780.h View File

713
 
713
 
714
       lcd.setCursor(8, 0);
714
       lcd.setCursor(8, 0);
715
       #if HOTENDS > 1
715
       #if HOTENDS > 1
716
-        lcd.print((CHAR)LCD_STR_THERMOMETER[0]);
716
+        lcd.print((char)LCD_STR_THERMOMETER[0]);
717
         _draw_heater_status(1, -1, blink);
717
         _draw_heater_status(1, -1, blink);
718
       #else
718
       #else
719
-        lcd.print((CHAR)LCD_BEDTEMP_CHAR);
719
+        lcd.print((char)LCD_BEDTEMP_CHAR);
720
         _draw_heater_status(-1, -1, blink);
720
         _draw_heater_status(-1, -1, blink);
721
       #endif
721
       #endif
722
 
722
 

Loading…
Cancel
Save