mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Move common telemetry code to telemetry_common.c/.h
This commit is contained in:
parent
d73094396d
commit
1cbe166c49
9 changed files with 100 additions and 55 deletions
|
@ -1,6 +1,8 @@
|
|||
#include "board.h"
|
||||
#include "mw.h"
|
||||
|
||||
#include "telemetry_common.h"
|
||||
|
||||
core_t core;
|
||||
|
||||
extern rcReadRawDataPtr rcReadRawFunc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue