From fb76d8fbaa3371a876f0e81ea08757525d81f471 Mon Sep 17 00:00:00 2001 From: Stefan Mertl Date: Wed, 9 Dec 2015 14:56:10 +0100 Subject: [PATCH] Updated the ruwai protocol. --- software/c++/ruwai/include/rw_protocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/software/c++/ruwai/include/rw_protocol.h b/software/c++/ruwai/include/rw_protocol.h index fc10f17..927bf59 100644 --- a/software/c++/ruwai/include/rw_protocol.h +++ b/software/c++/ruwai/include/rw_protocol.h @@ -92,6 +92,7 @@ typedef struct PACKED rw_smp_24bit_tsp_s { uint16_t week; uint32_t tow_ms; uint32_t tow_sub_ms; + uint32_t sec_slts; rw_smp_24bit_tsp_flags_t flags; int32_t samples[4]; } rw_smp_24bit_tsp_t; -- 2.11.4.GIT