mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 13:53:50 -04:00
Continue work on new AVR32 port and demo.
This commit is contained in:
parent
47cfc16aa0
commit
4ab0313273
3 changed files with 308 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
* See http://www.freertos.org/a00110.html.
|
||||
*----------------------------------------------------------*/
|
||||
|
||||
#define configUSE_PREEMPTION 0
|
||||
#define configUSE_PREEMPTION 1
|
||||
#define configUSE_IDLE_HOOK 0
|
||||
#define configUSE_TICK_HOOK 0
|
||||
#define configCPU_CLOCK_HZ ( FOSC0 ) /* Hz clk gen */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue