1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Changed CLI variables to use a union. Some build fixes.

This commit is contained in:
Michael Keller 2017-04-10 13:42:55 +12:00 committed by mikeller
parent 9c29475ba4
commit e66b74579b
4 changed files with 33 additions and 19 deletions

View file

@ -75,6 +75,7 @@
#include "fc/runtime_config.h"
#include "flight/imu.h"
#include "flight/altitude.h"
#include "rx/rx.h"