Continue work on the new timer implementation test application. Nearly complete.

pull/4/head
Richard Barry 14 years ago
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…
Cancel
Save