diff options
author | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-10-23 01:14:25 +0200 |
---|---|---|
committer | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-10-23 01:14:25 +0200 |
commit | be15a908856032cdbd54a7dba2a96edb4e97307c (patch) | |
tree | 9d182daf31aaedb4b9902e512960863493e51612 | |
parent | 5f4ff227075c68c0c888e51c223a889e132cdd11 (diff) | |
download | uGFX-be15a908856032cdbd54a7dba2a96edb4e97307c.tar.gz uGFX-be15a908856032cdbd54a7dba2a96edb4e97307c.tar.bz2 uGFX-be15a908856032cdbd54a7dba2a96edb4e97307c.zip |
whitespaces
-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 */ + |