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:
parent
abde6bd276
commit
adfbb8ac43
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// Inertial Measurement Unit (IMU)
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue