From: richardbarry Date: Mon, 14 Feb 2011 10:52:52 +0000 (+0000) Subject: Continue work on the new timer implementation test application. Nearly complete. X-Git-Tag: V7.0.0~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dabb53f808f731cd37dfdbfc06e24ee877fd709b;p=freertos Continue work on the new timer implementation test application. Nearly complete. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1295 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/Common/include/TimerDemo.h b/Demo/Common/include/TimerDemo.h index 1c2c539b5..9e40dc88c 100644 --- a/Demo/Common/include/TimerDemo.h +++ b/Demo/Common/include/TimerDemo.h @@ -33,9 +33,9 @@ FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. You should have received a copy of the GNU General Public - License and the FreeRTOS license exception along with FreeRTOS; if not it - can be viewed here: http://www.freertos.org/a00114.html and also obtained + more details. You should have received a copy of the GNU General Public + License and the FreeRTOS license exception along with FreeRTOS; if not it + can be viewed here: http://www.freertos.org/a00114.html and also obtained by writing to Richard Barry, contact details for whom are available on the FreeRTOS WEB site. @@ -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 */