]> git.sur5r.net Git - freertos/commitdiff
Continue work on the new timer implementation test application. Nearly complete.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 14 Feb 2011 10:52:52 +0000 (10:52 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 14 Feb 2011 10:52:52 +0000 (10:52 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1295 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

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