diff --git a/Demo/ARM9_STR91X_IAR/main.c b/Demo/ARM9_STR91X_IAR/main.c index f14d2c138..aa3cd2578 100644 --- a/Demo/ARM9_STR91X_IAR/main.c +++ b/Demo/ARM9_STR91X_IAR/main.c @@ -250,7 +250,6 @@ static void prvSetupHardware( void ) SCU_AHBPeriphReset(__VIC, DISABLE); /* Peripheral initialisation. */ - LCD_Init(); vParTestInitialise(); } /*-----------------------------------------------------------*/ @@ -397,6 +396,8 @@ portCHAR *pcString; scope variable anyway. */ pxLCDQueue = ( xQueueHandle * ) pvParameters; + LCD_Init(); + for( ;; ) { /* Wait for a message to arrive. */