aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-23 01:14:25 +0200
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-23 01:14:25 +0200
commitbe15a908856032cdbd54a7dba2a96edb4e97307c (patch)
tree9d182daf31aaedb4b9902e512960863493e51612 /drivers/gdisp
parent5f4ff227075c68c0c888e51c223a889e132cdd11 (diff)
downloaduGFX-be15a908856032cdbd54a7dba2a96edb4e97307c.tar.gz
uGFX-be15a908856032cdbd54a7dba2a96edb4e97307c.tar.bz2
uGFX-be15a908856032cdbd54a7dba2a96edb4e97307c.zip
whitespaces
Diffstat (limited to 'drivers/gdisp')
-rw-r--r--drivers/gdisp/SSD1289/ssd1289_lld.c.h5
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 */
+