mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Relocate battery code to sensors directory.
This commit is contained in:
parent
3f7960849a
commit
4b437e8e08
11 changed files with 10 additions and 10 deletions
|
@ -35,7 +35,7 @@
|
|||
#include "sensors/acceleration.h"
|
||||
#include "sensors/gyro.h"
|
||||
#include "telemetry/telemetry.h"
|
||||
#include "io/battery.h"
|
||||
#include "sensors/battery.h"
|
||||
#include "sensors/boardalignment.h"
|
||||
#include "config/runtime_config.h"
|
||||
#include "config/config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue