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

CF/BF - Update re-instated unit tests due to rc_modes changes.

This commit is contained in:
Hydra 2017-06-17 21:02:59 +01:00 committed by Michael Keller
parent 75511249d8
commit 0227b7fb28
5 changed files with 17 additions and 2 deletions

View file

@ -28,6 +28,7 @@ extern "C" {
#include "telemetry/ibus_shared.h"
#include "telemetry/telemetry.h"
#include "fc/rc_controls.h"
#include "fc/rc_modes.h"
#include "sensors/barometer.h"
#include "sensors/battery.h"
}