exp5438: removed unused vairable
This commit is contained in:
parent
c796ab418f
commit
1957ecd94a
|
@ -117,8 +117,6 @@ void halLcdSendCommand(unsigned char Data[])
|
||||||
|
|
||||||
void halLcdInit(void)
|
void halLcdInit(void)
|
||||||
{
|
{
|
||||||
volatile unsigned int i = 0;
|
|
||||||
|
|
||||||
LCD_CS_RST_OUT |= LCD_CS_PIN | LCD_RESET_PIN;
|
LCD_CS_RST_OUT |= LCD_CS_PIN | LCD_RESET_PIN;
|
||||||
LCD_CS_RST_DIR |= LCD_CS_PIN | LCD_RESET_PIN;
|
LCD_CS_RST_DIR |= LCD_CS_PIN | LCD_RESET_PIN;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue