Minor synching - no functional changes.

This commit is contained in:
Richard Barry 2018-09-07 22:24:51 +00:00
parent ab49c6ae04
commit 0c0f0d0f8f
5 changed files with 16 additions and 16 deletions

View file

@ -46,7 +46,7 @@ extern "C" {
#define tskKERNEL_VERSION_NUMBER "V10.1.1"
#define tskKERNEL_VERSION_MAJOR 10
#define tskKERNEL_VERSION_MINOR 1
#define tskKERNEL_VERSION_BUILD 0
#define tskKERNEL_VERSION_BUILD 1
/**
* task. h
@ -58,7 +58,7 @@ extern "C" {
* \defgroup TaskHandle_t TaskHandle_t
* \ingroup Tasks
*/
struct tskTaskControlBlock; /* Using old naming convention so as not to break kernel aware debuggers. */
struct tskTaskControlBlock; /* The old naming convention is used to prevent breaking kernel aware debuggers. */
typedef struct tskTaskControlBlock* TaskHandle_t;
/*

View file

@ -73,7 +73,7 @@ or interrupt version of the queue send function should be used. */
* reference the subject timer in calls to other software timer API functions
* (for example, xTimerStart(), xTimerReset(), etc.).
*/
struct tmrTimerControl; /* Using old naming convention so as not to break kernel aware debuggers. */
struct tmrTimerControl; /* The old naming convention is used to prevent breaking kernel aware debuggers. */
typedef struct tmrTimerControl * TimerHandle_t;
/*