mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +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
2
src/mw.c
2
src/mw.c
|
@ -1,6 +1,8 @@
|
|||
#include "board.h"
|
||||
#include "mw.h"
|
||||
|
||||
#include "telemetry_common.h"
|
||||
|
||||
// June 2013 V2.2-dev
|
||||
|
||||
flags_t f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue