diff options
-rw-r--r-- | drivers/gdisp/SSD1289/ssd1289_lld.c.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gdisp/SSD1289/ssd1289_lld.c.h b/drivers/gdisp/SSD1289/ssd1289_lld.c.h index bb88e9a4..47ca5378 100644 --- a/drivers/gdisp/SSD1289/ssd1289_lld.c.h +++ b/drivers/gdisp/SSD1289/ssd1289_lld.c.h @@ -319,6 +319,9 @@ static void lld_lcdSetViewPort(uint16_t x, uint16_t y, uint16_t cx, uint16_t cy) lld_lcdSetCursor(x, y); } -static __inline void lld_lcdResetViewPort(void) {} +static __inline void lld_lcdResetViewPort(void) { + /* ToDo */ +} #endif /* SSD1289_H */ + |