added logging the size of the data sent over the uart
diff --git a/frc971/queues/to_log.q b/frc971/queues/to_log.q
index 24e2402..a8bee3f 100644
--- a/frc971/queues/to_log.q
+++ b/frc971/queues/to_log.q
@@ -4,4 +4,5 @@
   uint32_t sec;
   uint32_t nsec;
   uint32_t sonar;
+  uint64_t struct_size;
 };