diff options
| -rw-r--r-- | firmware/drivers/lcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h index 6b4363b..552de9a 100644 --- a/firmware/drivers/lcd.h +++ b/firmware/drivers/lcd.h @@ -45,6 +45,7 @@ extern void lcd_update(void); extern void lcd_update_rect(int x, int y, int width, int height); #else #define lcd_update() + #define lcd_update_rect(x,y,w,h) #endif #if defined(SIMULATOR) |