Skip to content

Commit

Permalink
Merge pull request #1771 from AnHardt/iss1770
Browse files Browse the repository at this point in the history
Added new - changed entries from Fix up LCD_PROGRESS_BAR
  • Loading branch information
thinkyhead committed Apr 1, 2015
2 parents 9593f09 + 831016b commit 443468d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/ultralcd.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
#else //no LCD
FORCE_INLINE void lcd_update() {}
FORCE_INLINE void lcd_init() {}
FORCE_INLINE void lcd_setstatus(const char* message) {}
FORCE_INLINE void lcd_setstatus(const char* message, const bool persist=false) {}
FORCE_INLINE void lcd_setstatuspgm(const char* message, const uint8_t level=0) {}
FORCE_INLINE void lcd_buttons_update() {}
FORCE_INLINE void lcd_reset_alert_level() {}
FORCE_INLINE void lcd_buzz(long duration,uint16_t freq) {}
Expand Down

0 comments on commit 443468d

Please sign in to comment.