diff --git a/sys/include/timex.h b/sys/include/timex.h index db84a00114..40b50dbfec 100644 --- a/sys/include/timex.h +++ b/sys/include/timex.h @@ -30,7 +30,7 @@ #define TIMEX_MAX_STR_LEN (18) -typedef struct timex_t { +typedef struct { uint32_t seconds; uint32_t microseconds; } timex_t;