summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/include/timers.h
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Source/include/timers.h')
-rw-r--r--FreeRTOS/Source/include/timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FreeRTOS/Source/include/timers.h b/FreeRTOS/Source/include/timers.h
index 0d7f5b9e7..3a44d49da 100644
--- a/FreeRTOS/Source/include/timers.h
+++ b/FreeRTOS/Source/include/timers.h
@@ -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;
/*