From: richardbarry Date: Mon, 23 Jan 2012 17:08:37 +0000 (+0000) Subject: Remove the ( void ) prvSetupNestedFPUInterruptsTest; line from the LPC4300 M4 main... X-Git-Tag: V7.1.1~69 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1450060288307e9ac1187d58d1625797ca78a7f5;p=freertos Remove the ( void ) prvSetupNestedFPUInterruptsTest; line from the LPC4300 M4 main.c file. It should not have been there. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1677 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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 */ }