From ec18d06ab1a7df93080f93323d86ff52a5b5c6e2 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Mon, 23 Jan 2012 17:08:37 +0000 Subject: [PATCH] Remove the ( void ) prvSetupNestedFPUInterruptsTest; line from the LPC4300 M4 main.c file. It should not have been there. --- Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c b/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c index f8acddddb..8cd22e72c 100644 --- a/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c +++ b/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c @@ -390,7 +390,6 @@ static void prvOptionallyCreateComprehensveTestApplication( void ) ( void ) vRegTest1Task; ( void ) vRegTest2Task; ( void ) prvCheckTimerCallback; - ( void ) prvSetupNestedFPUInterruptsTest; } #endif /* mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY */ }