summaryrefslogtreecommitdiff
path: root/source/LCM/include/t_time_utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCM/include/t_time_utilities.h')
-rw-r--r--source/LCM/include/t_time_utilities.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/LCM/include/t_time_utilities.h b/source/LCM/include/t_time_utilities.h
index bcc8254..5346679 100644
--- a/source/LCM/include/t_time_utilities.h
+++ b/source/LCM/include/t_time_utilities.h
@@ -28,6 +28,8 @@ typedef struct {
HandleFunction_t HandleFunction_p; /**< Callback function*/
void *Data_p; /**< Pointer to data. */
void *Param_p; /**< Extra parameters. */
+ uint32 Set_Time; /**< Used for debugging purposes only. */
+ uint32 Set_System_Time; /**< Used for debugging purposes only. */
} Timer_t;
/**