Final tidy up before V7.6.0 zip file creation.

This commit is contained in:
Richard Barry 2013-11-17 15:46:08 +00:00
parent 8cd71348be
commit fa002f7fdd
35 changed files with 5528 additions and 2 deletions

View file

@ -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

View file

@ -1246,7 +1246,7 @@ unsigned long ulVarToSend, ulValReceived;
if( xHigherPriorityTaskWoken )
{
// Actual macro used here is port specific.
taskYIELD_FROM_ISR ();
portYIELD_FROM_ISR ();
}
}
</pre>