mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Continue work on the new timer implementation test application. Nearly complete.
This commit is contained in:
parent
b4ff4820cb
commit
7d76fd568f
1 changed files with 5 additions and 4 deletions
|
@ -55,7 +55,8 @@
|
||||||
#define TIMER_DEMO_H
|
#define TIMER_DEMO_H
|
||||||
|
|
||||||
void vStartTimerDemoTask( portTickType xBaseFrequencyIn );
|
void vStartTimerDemoTask( portTickType xBaseFrequencyIn );
|
||||||
portBASE_TYPE xAreTimerDemoTasksStillRunning( void );
|
portBASE_TYPE xAreTimerDemoTasksStillRunning( portTickType xCycleFrequency );
|
||||||
|
void vTimerPeriodicISRTests( void );
|
||||||
|
|
||||||
#endif /* TIMER_DEMO_H */
|
#endif /* TIMER_DEMO_H */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue