From eec10de02503a8751b74c5e5c26d0bcf330cf312 Mon Sep 17 00:00:00 2001 From: Jakob Almqvist Date: Fri, 15 Mar 2024 09:43:45 +0100 Subject: [PATCH] [IOTE-6][IOTE-325] Status flags for MSG_GNSS_TIME_OFFSET is no longer reserved --- c/include/libsbp/system/MSG_GNSS_TIME_OFFSET.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/include/libsbp/system/MSG_GNSS_TIME_OFFSET.h b/c/include/libsbp/system/MSG_GNSS_TIME_OFFSET.h index 8c5e6261ba..5d0cd2d373 100644 --- a/c/include/libsbp/system/MSG_GNSS_TIME_OFFSET.h +++ b/c/include/libsbp/system/MSG_GNSS_TIME_OFFSET.h @@ -61,7 +61,7 @@ typedef struct { s16 microseconds; /** - * Status flags (reserved) + * Status flags */ u8 flags; } sbp_msg_gnss_time_offset_t;