1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

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

View file

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