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.
This commit is contained in:
Dominic Clifton 2014-05-05 18:11:48 +01:00
parent abde6bd276
commit adfbb8ac43
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// Inertial Measurement Unit (IMU)
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#include <math.h> #include <math.h>