diff --git a/platform/exp5438/hal_lcd.c b/platform/exp5438/hal_lcd.c index 65aac2563..6445b8fed 100644 --- a/platform/exp5438/hal_lcd.c +++ b/platform/exp5438/hal_lcd.c @@ -117,8 +117,6 @@ void halLcdSendCommand(unsigned char Data[]) void halLcdInit(void) { - volatile unsigned int i = 0; - LCD_CS_RST_OUT |= LCD_CS_PIN | LCD_RESET_PIN; LCD_CS_RST_DIR |= LCD_CS_PIN | LCD_RESET_PIN;