]> git.sur5r.net Git - freertos/blobdiff - Demo/Common/include/TimerDemo.h
Continue work on the new timer implementation test application. Nearly complete.
[freertos] / Demo / Common / include / TimerDemo.h
index 1c2c539b51ff82247040dd182817a5b6f14d99f0..9e40dc88c7f474bfc09025bf32d6312082ae4f6c 100644 (file)
@@ -33,9 +33,9 @@
     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT\r
     ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\r
     FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\r
-    more details. You should have received a copy of the GNU General Public \r
-    License and the FreeRTOS license exception along with FreeRTOS; if not it \r
-    can be viewed here: http://www.freertos.org/a00114.html and also obtained \r
+    more details. You should have received a copy of the GNU General Public\r
+    License and the FreeRTOS license exception along with FreeRTOS; if not it\r
+    can be viewed here: http://www.freertos.org/a00114.html and also obtained\r
     by writing to Richard Barry, contact details for whom are available on the\r
     FreeRTOS WEB site.\r
 \r
@@ -55,7 +55,8 @@
 #define TIMER_DEMO_H\r
 \r
 void vStartTimerDemoTask( portTickType xBaseFrequencyIn );\r
-portBASE_TYPE xAreTimerDemoTasksStillRunning( void );\r
+portBASE_TYPE xAreTimerDemoTasksStillRunning( portTickType xCycleFrequency );\r
+void vTimerPeriodicISRTests( void );\r
 \r
 #endif /* TIMER_DEMO_H */\r
 \r