From bcf83af123376da32d52fa16ac2f3b4b4a1e0424 Mon Sep 17 00:00:00 2001 From: Benjamin Vedder Date: Fri, 1 Mar 2024 12:49:09 +0100 Subject: [PATCH] Updated comment --- lispBM/c_libs/vesc_c_if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispBM/c_libs/vesc_c_if.h b/lispBM/c_libs/vesc_c_if.h index bfb40e1c..67224bba 100755 --- a/lispBM/c_libs/vesc_c_if.h +++ b/lispBM/c_libs/vesc_c_if.h @@ -618,7 +618,7 @@ typedef struct { // Time since boot in system ticks. Resolution: 100 uS. // Use ts_to_age_s to get the age of a timestamp in - // seconds. ts_to_age_s should hanlde overflows. + // seconds. ts_to_age_s should handle overflows. systime_t (*system_time_ticks)(void); void (*sleep_ticks)(systime_t ticks);