From 1957ecd94a16e02209793bb9f147d10ac3f555fc Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Tue, 20 Oct 2015 09:41:07 +0200 Subject: [PATCH] exp5438: removed unused vairable --- platform/exp5438/hal_lcd.c | 2 -- 1 file changed, 2 deletions(-) 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;