Merge branch 'master' into feature/freertos_untested_feature_assert

This commit is contained in:
Jeroen Domburg
2016-09-28 22:15:05 +08:00
135 changed files with 36047 additions and 724 deletions

View File

@@ -1156,6 +1156,7 @@ Queue_t * const pxQueue = ( Queue_t * ) xQueue;
}
}
#endif /* configUSE_QUEUE_SETS */
xReturn = pdPASS;
}
else
{