mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Minor mods only.
This commit is contained in:
parent
9c2512f54e
commit
be92c862be
5 changed files with 13 additions and 12 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue