Update so both methods of defining interrupts can be used.

This commit is contained in:
Richard Barry 2008-10-26 15:34:32 +00:00
parent 4d302265c2
commit 05167fb0f6
5 changed files with 28 additions and 35 deletions

View file

@ -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. */