mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Tidy up.
This commit is contained in:
parent
513b1a25e0
commit
d427489391
4 changed files with 74 additions and 43 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue