mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Updating accgyro files so they do not include "board.h". It is now
clear what all accgyro drivers need to compile and what was unnecessarily included before.
This commit is contained in:
parent
c493a1579c
commit
f75f7a7e17
21 changed files with 208 additions and 83 deletions
|
@ -1,6 +1,11 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#include "board.h"
|
||||
#include "mw.h"
|
||||
|
||||
#include "printf.h"
|
||||
|
||||
|
||||
// we unset this on 'exit'
|
||||
extern uint8_t cliMode;
|
||||
static void cliAux(char *cmdline);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue