endless loop warning – commit id 1848

Hi Richard! Your latest changes to vTaskDelete with commit id 1848 do produce a warning about a possible
endless loop when using the TASKING C compiler. Please apply the patch patch-task-vTaskDelete-endless-loop-warnings.patch.bz2 or
patch-task-vTaskDelete-endless-loop-warnings.patch.txt For ports that do not supply a definition of portNOP,
you might need to add a null definition, like the one for
portNUM_CONFIGURABLE_REGIONS in portable.h. Regards
Friedl

endless loop warning – commit id 1848

Thank you for taking the time to report this – I had wondered about that change.  I think I will back it out as the problem it was dealing with has been fixed by other means in the port layer (not yet checked in). Regards.