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

Relocate battery code to sensors directory.

This commit is contained in:
Dominic Clifton 2014-06-01 16:58:16 +01:00
parent 3f7960849a
commit 4b437e8e08
11 changed files with 10 additions and 10 deletions

View file

@ -27,7 +27,7 @@
// FIXME remove dependency on config.h
#include "sensors/boardalignment.h"
#include "io/battery.h"
#include "sensors/battery.h"
#include "io/escservo.h"
#include "io/rc_controls.h"
#include "rx/rx.h"