mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-01 08:54:14 -04:00
Final tidy up before V7.6.0 zip file creation.
This commit is contained in:
parent
8cd71348be
commit
fa002f7fdd
35 changed files with 5528 additions and 2 deletions
|
@ -103,7 +103,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef MPLAB_PIC32MX_PORT
|
||||
#include "..\..\Source\portable\MPLAB\PIC32MX\portmacro.h"
|
||||
#include "../../Source/portable/MPLAB/PIC32MX/portmacro.h"
|
||||
#endif
|
||||
|
||||
#ifdef _FEDPICC
|
||||
|
|
|
@ -1246,7 +1246,7 @@ unsigned long ulVarToSend, ulValReceived;
|
|||
if( xHigherPriorityTaskWoken )
|
||||
{
|
||||
// Actual macro used here is port specific.
|
||||
taskYIELD_FROM_ISR ();
|
||||
portYIELD_FROM_ISR ();
|
||||
}
|
||||
}
|
||||
</pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue