mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Update demo to include a test of nesting interrupt accessing queues.
This commit is contained in:
parent
684b898abc
commit
0965823a67
6 changed files with 482 additions and 18 deletions
|
@ -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 );
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue