]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/include/timers.h
Update trace recorder code to the latest.
[freertos] / FreeRTOS / Source / include / timers.h
index 8fbc54987e23eb82625c5d785e3f08f0c27d4853..c13e82721da8a0a07904d677ff379ac6afffcc42 100644 (file)
@@ -73,8 +73,8 @@ or interrupt version of the queue send function should be used. */
  * reference the subject timer in calls to other software timer API functions\r
  * (for example, xTimerStart(), xTimerReset(), etc.).\r
  */\r
-struct TimerDef_t;\r
-typedef struct TimerDef_t * TimerHandle_t;\r
+struct tmrTimerControl;\r
+typedef struct tmrTimerControl * TimerHandle_t;\r
 \r
 /*\r
  * Defines the prototype to which timer callback functions must conform.\r