WIP change clock
This commit is contained in:
parent
6831916026
commit
56cc9426db
@ -51,7 +51,7 @@ extern void vAssertCalled( void );
|
||||
#define configUSE_IDLE_HOOK 1
|
||||
#define configUSE_TICK_HOOK 1
|
||||
#define configUSE_DAEMON_TASK_STARTUP_HOOK 0
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned long ) 62500000 ) // icount shift 4
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned long ) 6250000 ) // icount shift 4 // modified
|
||||
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
|
||||
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 2000 )
|
||||
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 900 ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user