diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/lcd/ssd1289_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/lcd/ssd1289_lld.c b/drivers/lcd/ssd1289_lld.c index 9065db9a..6b199df6 100644 --- a/drivers/lcd/ssd1289_lld.c +++ b/drivers/lcd/ssd1289_lld.c @@ -43,7 +43,7 @@ static __inline uint16_t lld_lcdReadData(void) { Set_WR; Clr_RD; - value = lld_lcdReadGPIO(LCD_DATA_PORT); + value = lld_lcdReadGPIO(); Set_RD; |