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

Tidied serial and telemetry files

This commit is contained in:
Martin Budden 2016-08-01 06:45:59 +01:00
parent 9a38d8a9e1
commit 168469236b
12 changed files with 48 additions and 38 deletions

View file

@ -17,7 +17,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include "platform.h"
@ -40,7 +39,7 @@
#include "telemetry/hott.h"
#include "telemetry/smartport.h"
#include "telemetry/ltm.h"
#include "rx/jetiexbus.h"
#include "telemetry/jetiexbus.h"
static telemetryConfig_t *telemetryConfig;