]> begriffs open source - freertos/commit
Updates vCoRoutineSchedule() so it returns without doing anything if if the co-routin...
authorribarry <ribarry@amazon.com>
Sun, 23 Feb 2020 01:48:22 +0000 (17:48 -0800)
committerYuhui.Zheng <10982575+yuhui-zheng@users.noreply.github.com>
Wed, 26 Feb 2020 18:45:32 +0000 (10:45 -0800)
commit078b400aff381099415fe1b60364c1dd3152890c
treed43e37be5105eb89efbc6b134d9ff42d86690742
parent326d88f4292908ceebfa7866794b408ed4620a06
Updates vCoRoutineSchedule() so it returns without doing anything if if the co-routine internal data structures have not been initialised.  The internal data structures are initialised when the first co-routine is created.
NOTE: Co-routines are a deprecated feature.  This change was made to close off an old ticket as the source control transitions from SourceForge to Github.
croutine.c