This commit is contained in:
Richard Barry 2008-08-13 08:06:49 +00:00
parent 513b1a25e0
commit d427489391
4 changed files with 74 additions and 43 deletions

View file

@ -51,8 +51,8 @@
#include "IntQueueTimer.h"
#include "IntQueue.h"
#define timerINTERRUPT1_FREQUENCY ( 2000UL )
#define timerINTERRUPT2_FREQUENCY ( 2001UL )
#define timerINTERRUPT1_FREQUENCY ( 1000UL )
#define timerINTERRUPT2_FREQUENCY ( 1001UL )
#define timerPRESCALE_VALUE ( 2 )
void vInitialiseTimerForIntQueueTest( void )