mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Update timer demo in PIC32MZ demo to remove multiple extern definition created by adding in the macro that checks non ISR safe functions are not called from ISRs.
This commit is contained in:
parent
42b1688a30
commit
4ce4de750a
|
@ -117,7 +117,6 @@ void vSetupTimerTest( unsigned short usFrequencyHz )
|
|||
|
||||
void vT2InterruptHandler( void )
|
||||
{
|
||||
extern unsigned long uxInterruptNesting;
|
||||
static unsigned long ulMaxNestingDepth = 0;
|
||||
|
||||
/* Keep a count of interrupts so the check timer can ensure they are
|
||||
|
|
Loading…
Reference in a new issue