compiler warning fix

ugfx_release_2.6
Joel Bodenmann 2012-09-26 13:48:24 +02:00
parent 68a7d2b754
commit 50022e7984
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
#define Set_RD palSetPad(LCD_CMD_PORT, LCD_RD);
#define Clr_RD palClearPad(LCD_CMD_PORT, LCD_RD);
extern void lld_lcdWriteGPIO(uint16_t data);
extern uint16_t lld_lcdReadGPIO(void);
static __inline void lld_lcdWriteIndex(uint16_t index) {
Clr_RS; Set_RD;
lld_lcdWriteGPIO(index);