sensor messages remove unused fields and improve comments

This commit is contained in:
Daniel Agar
2018-07-29 12:22:29 -04:00
committed by Lorenz Meier
parent fc8a05f636
commit cc96e5ec5e
33 changed files with 57 additions and 128 deletions
@@ -126,7 +126,6 @@ void MicroBenchORB::reset()
lpos.dist_bottom_valid = rand();
gyro.timestamp = rand();
gyro.temperature_raw = rand();
}
ut_declare_test_c(test_microbench_uorb, MicroBenchORB)