Update demo to include a test of nesting interrupt accessing queues.

This commit is contained in:
Richard Barry 2008-05-18 16:21:12 +00:00
parent 684b898abc
commit 0965823a67
6 changed files with 482 additions and 18 deletions

View file

@ -62,7 +62,7 @@
/* The maximum value the 16bit timer can contain. */
#define timerMAX_COUNT 0xffff
/* The timer 1 interrupt handler. */
/* The timer 2 interrupt handler. */
void __attribute__( (interrupt(ipl0), vector(_TIMER_2_VECTOR))) vT2InterruptWrapper( void );
/*-----------------------------------------------------------*/