1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Relocated used code from board.h into appropriate headers, deleted

unused code.
This commit is contained in:
Dominic Clifton 2014-04-17 15:02:41 +01:00
parent 3ef05c0eb9
commit 64d16e1987
15 changed files with 102 additions and 95 deletions

View file

@ -1,6 +1,7 @@
#include "board.h"
#include "mw.h"
#include "rx.h"
#include "telemetry_common.h"
core_t core;