commit | 5a0a2ec117f9160de3f590e2fb0a646277529ac1 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Mar 08 12:44:58 2014 -0800 |
committer | Brian Silverman <brians> | Sat Mar 08 12:44:58 2014 -0800 |
tree | 88e05febd6c49c05b665a42f24cae252b8a4f091 | |
parent | a33af74f47243bfef881b14cbe43ecb85ca226a1 [diff] [blame] |
scale sonar readings correctly
diff --git a/frc971/queues/to_log.q b/frc971/queues/to_log.q index a8bee3f..77e87e3 100644 --- a/frc971/queues/to_log.q +++ b/frc971/queues/to_log.q
@@ -3,6 +3,6 @@ struct CapeReading { uint32_t sec; uint32_t nsec; - uint32_t sonar; uint64_t struct_size; + double sonar; };