1
0
Fork 0
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:
Dominic Clifton 2014-04-16 17:33:47 +01:00
parent c493a1579c
commit f75f7a7e17
21 changed files with 208 additions and 83 deletions

View file

@ -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);