mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Update so both methods of defining interrupts can be used.
This commit is contained in:
parent
4d302265c2
commit
05167fb0f6
5 changed files with 28 additions and 35 deletions
|
|
@ -94,7 +94,7 @@ occurs.
|
|||
* See http://www.freertos.org/a00110.html.
|
||||
*----------------------------------------------------------*/
|
||||
|
||||
#define configUSE_PREEMPTION 0
|
||||
#define configUSE_PREEMPTION 1
|
||||
#define configUSE_IDLE_HOOK 1
|
||||
#define configUSE_TICK_HOOK 0
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 7995392 ) /* Clock setup from main.c in the demo application. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue