Remove the ( void ) prvSetupNestedFPUInterruptsTest; line from the LPC4300 M4 main.c file. It should not have been there.

This commit is contained in:
Richard Barry 2012-01-23 17:08:37 +00:00
parent c820c390c4
commit ec18d06ab1

View file

@ -390,7 +390,6 @@ static void prvOptionallyCreateComprehensveTestApplication( void )
( void ) vRegTest1Task; ( void ) vRegTest1Task;
( void ) vRegTest2Task; ( void ) vRegTest2Task;
( void ) prvCheckTimerCallback; ( void ) prvCheckTimerCallback;
( void ) prvSetupNestedFPUInterruptsTest;
} }
#endif /* mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY */ #endif /* mainCREATE_SIMPLE_LED_FLASHER_DEMO_ONLY */
} }