aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-13 19:11:37 +0200
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-13 19:11:37 +0200
commit830fa4b755aac0eb2086eb3b5dbdd59dcd58b230 (patch)
treed78014c7b335f4c3775fbdf251c0b74880a84c8c /drivers
parent9c3b5a0145c73469b65065b414de18a9f32ab616 (diff)
downloaduGFX-830fa4b755aac0eb2086eb3b5dbdd59dcd58b230.tar.gz
uGFX-830fa4b755aac0eb2086eb3b5dbdd59dcd58b230.tar.bz2
uGFX-830fa4b755aac0eb2086eb3b5dbdd59dcd58b230.zip
#error optimization
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gdisp/S6D1121/s6d1121_lld.c.h3
-rw-r--r--drivers/gdisp/SSD1289/ssd1289_lld.c.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gdisp/S6D1121/s6d1121_lld.c.h b/drivers/gdisp/S6D1121/s6d1121_lld.c.h
index 6cc3017b..9d7223a9 100644
--- a/drivers/gdisp/S6D1121/s6d1121_lld.c.h
+++ b/drivers/gdisp/S6D1121/s6d1121_lld.c.h
@@ -172,9 +172,6 @@
#elif defined(GDISP_USE_SPI)
#error "gdispS6d1121: GDISP_USE_SPI not implemented yet"
-
-#else
- #error "gdispS6d1121: No known GDISP_USE_XXX has been defined"
#endif
static void lld_lcdSetCursor(coord_t x, coord_t y) {
diff --git a/drivers/gdisp/SSD1289/ssd1289_lld.c.h b/drivers/gdisp/SSD1289/ssd1289_lld.c.h
index 025ef6e7..8b7aef15 100644
--- a/drivers/gdisp/SSD1289/ssd1289_lld.c.h
+++ b/drivers/gdisp/SSD1289/ssd1289_lld.c.h
@@ -250,9 +250,6 @@
#elif defined(GDISP_USE_SPI)
#error "gdispSsd1289: GDISP_USE_SPI not implemented yet"
-
-#else
- #error "gdispSsd1289: No known GDISP_USE_XXX has been defined"
#endif
static __inline void lld_lcdDelay(uint16_t us) {