1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +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

@ -34,6 +34,7 @@ typedef enum {
FUNCTION_RX_SERIAL = (1 << 6), // 64
FUNCTION_BLACKBOX = (1 << 7), // 128
FUNCTION_PASSTHROUGH = (1 << 8), // 256
FUNCTION_TELEMETRY_MAVLINK = (1 << 9), // 512
} serialPortFunction_e;
typedef enum {