mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
A couple of missing includes - generating warnings
This commit is contained in:
parent
b37c718ef7
commit
8de4848381
2 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
#include "fc/runtime_config.h"
|
||||
|
||||
#include "flight/pid.h"
|
||||
#include "flight/altitudehold.h"
|
||||
|
||||
#include "io/beeper.h"
|
||||
#include "io/display.h"
|
||||
|
@ -43,6 +44,7 @@
|
|||
#include "io/ledstrip.h"
|
||||
#include "io/osd.h"
|
||||
#include "io/serial.h"
|
||||
#include "io/serial_msp.h"
|
||||
#include "io/serial_cli.h"
|
||||
#include "io/transponder_ir.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue