mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove the ( void ) prvSetupNestedFPUInterruptsTest; line from the LPC4300 M4 main.c file. It should not have been there.
This commit is contained in:
parent
c820c390c4
commit
ec18d06ab1
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue