Updated comment

This commit is contained in:
Benjamin Vedder 2024-03-01 12:49:09 +01:00
parent 28bb9ceb70
commit bcf83af123
1 changed files with 1 additions and 1 deletions

View File

@ -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);