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

pull/4/head
Richard Barry 13 years ago
parent c820c390c4
commit ec18d06ab1

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

Loading…
Cancel
Save