compiler warning fix
This commit is contained in:
parent
50022e7984
commit
1d6a1b5338
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
#ifndef SSD1289_H
|
#ifndef SSD1289_H
|
||||||
#define SSD1289_H
|
#define SSD1289_H
|
||||||
|
|
||||||
#if defined(LCD_USE_GPIO)
|
#if LCD_USE_GPIO
|
||||||
#define Set_CS palSetPad(LCD_CMD_PORT, LCD_CS);
|
#define Set_CS palSetPad(LCD_CMD_PORT, LCD_CS);
|
||||||
#define Clr_CS palClearPad(LCD_CMD_PORT, LCD_CS);
|
#define Clr_CS palClearPad(LCD_CMD_PORT, LCD_CS);
|
||||||
#define Set_RS palSetPad(LCD_CMD_PORT, LCD_RS);
|
#define Set_RS palSetPad(LCD_CMD_PORT, LCD_RS);
|
||||||
|
|
Loading…
Add table
Reference in a new issue