mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Relocated used code from board.h into appropriate headers, deleted
unused code.
This commit is contained in:
parent
3ef05c0eb9
commit
64d16e1987
15 changed files with 102 additions and 95 deletions
|
@ -5,6 +5,9 @@
|
|||
|
||||
#include "printf.h"
|
||||
|
||||
#include "telemetry_common.h"
|
||||
#include "gps_common.h"
|
||||
#include "sensors_acceleration.h"
|
||||
|
||||
// we unset this on 'exit'
|
||||
extern uint8_t cliMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue