1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Updated handling of FrSky telemetry processing, renamed to FrSkyHub for disambiguation.

This commit is contained in:
mikeller 2017-12-26 15:15:15 +13:00 committed by Michael Keller
parent 2207a98a7a
commit 0b9884961d
19 changed files with 244 additions and 269 deletions

View file

@ -136,7 +136,7 @@ extern uint8_t __config_end;
#include "sensors/gyro.h"
#include "sensors/sensors.h"
#include "telemetry/frsky.h"
#include "telemetry/frsky_hub.h"
#include "telemetry/telemetry.h"