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

@ -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;
/*