aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-21 13:47:59 +0200
committerJoel Bodenmann <joel@unormal.org>2013-10-21 13:47:59 +0200
commit459fbf6781bca48471ea8dc1cfbbd2a0700ee2e1 (patch)
tree5e457bb24d4ccedcd0a8d6b7450da873539abbf8 /drivers/gdisp
parent4e8d2569d638c232cb4c15926cf72e2fb42404d5 (diff)
downloaduGFX-459fbf6781bca48471ea8dc1cfbbd2a0700ee2e1.tar.gz
uGFX-459fbf6781bca48471ea8dc1cfbbd2a0700ee2e1.tar.bz2
uGFX-459fbf6781bca48471ea8dc1cfbbd2a0700ee2e1.zip
fixes
Diffstat (limited to 'drivers/gdisp')
-rw-r--r--drivers/gdisp/SSD1289/board_SSD1289_firebullstm32f103.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gdisp/SSD1289/board_SSD1289_firebullstm32f103.h b/drivers/gdisp/SSD1289/board_SSD1289_firebullstm32f103.h
index 2a7ffe1e..99d37299 100644
--- a/drivers/gdisp/SSD1289/board_SSD1289_firebullstm32f103.h
+++ b/drivers/gdisp/SSD1289/board_SSD1289_firebullstm32f103.h
@@ -99,7 +99,6 @@ static inline void setwritemode(GDisplay *g) {
static inline uint16_t read_data(GDisplay *g) {
return palReadPort(GPIOE);
}
-#endif
#if defined(GDISP_USE_DMA)
#error "GDISP - SSD1289: The GPIO interface does not support DMA"