mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-30 00:33:53 +02:00
Continue work on the new timer implementation test application. Nearly complete.
This commit is contained in:
parent
b4ff4820cb
commit
7d76fd568f
@ -55,7 +55,8 @@
|
||||
#define TIMER_DEMO_H
|
||||
|
||||
void vStartTimerDemoTask( portTickType xBaseFrequencyIn );
|
||||
portBASE_TYPE xAreTimerDemoTasksStillRunning( void );
|
||||
portBASE_TYPE xAreTimerDemoTasksStillRunning( portTickType xCycleFrequency );
|
||||
void vTimerPeriodicISRTests( void );
|
||||
|
||||
#endif /* TIMER_DEMO_H */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user