commit | e510d5f458d09fade8bd84692c2cd233c57e17d7 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Mar 01 22:38:05 2014 -0800 |
committer | Brian Silverman <brians> | Sat Mar 01 22:38:05 2014 -0800 |
tree | b72219f2ba32a06a0101c4f1c4ef6c7e5bf1b7fb | |
parent | 71faed3724725606469c5f89bbf20ea1064fd9a3 [diff] [blame] |
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; };