aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lcd/ssd1289_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/lcd/ssd1289_lld.c')
-rw-r--r--drivers/lcd/ssd1289_lld.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/lcd/ssd1289_lld.c b/drivers/lcd/ssd1289_lld.c
index 3a482b93..09769a4b 100644
--- a/drivers/lcd/ssd1289_lld.c
+++ b/drivers/lcd/ssd1289_lld.c
@@ -105,11 +105,11 @@ __inline void lld_lcdReadStream(uint16_t *buffer, size_t size) {
buffer[i] = lld_lcdReadData();
}
-#endif
+#endif // LCD_USE_GPIO
#ifdef LCD_USE_SPI
/* TODO */
-#endif
+#endif // LCD_USE_SPI
#ifdef LCD_USE_FSMC
@@ -170,7 +170,7 @@ __inline void lld_lcdReadStream(uint16_t *buffer, size_t size) {
buffer[i] = LCD_RAM;
}
}
-#endif
+#endif // LCD_USE_FSMC
static __inline void lld_lcdDelay(uint16_t us) {
chThdSleepMicroseconds(us);