Minor mods only.

This commit is contained in:
Richard Barry 2008-08-14 11:13:34 +00:00
parent 9c2512f54e
commit be92c862be
5 changed files with 13 additions and 12 deletions

View file

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