From adfbb8ac436523a0bfa3fb4ae7ad041049b4a7da Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Mon, 5 May 2014 18:11:48 +0100 Subject: [PATCH] Adding a comment so that readers know what IMU stands for. It appears there is perhaps some non-IMU code in flight_imu.c and that IMU is too broad a term to perhaps even name this file after. --- src/flight_imu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/flight_imu.c b/src/flight_imu.c index 7ad8428849..1215077fc9 100644 --- a/src/flight_imu.c +++ b/src/flight_imu.c @@ -1,3 +1,5 @@ +// Inertial Measurement Unit (IMU) + #include #include #include