mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Moved vcd parameter group to pg/
.
This commit is contained in:
parent
ff21932ef9
commit
2d930b28ce
16 changed files with 61 additions and 29 deletions
|
@ -30,24 +30,24 @@ extern "C" {
|
|||
#include "common/utils.h"
|
||||
#include "common/streambuf.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
|
||||
#include "fc/rc_controls.h"
|
||||
#include "fc/rc_modes.h"
|
||||
|
||||
#include "drivers/serial.h"
|
||||
|
||||
#include "io/beeper.h"
|
||||
#include "io/serial.h"
|
||||
|
||||
#include "scheduler/scheduler.h"
|
||||
#include "drivers/serial.h"
|
||||
#include "drivers/vcd.h"
|
||||
#include "io/rcdevice_cam.h"
|
||||
#include "io/osd.h"
|
||||
#include "io/rcdevice.h"
|
||||
#include "io/rcdevice_osd.h"
|
||||
|
||||
#include "pg/pg.h"
|
||||
#include "pg/pg_ids.h"
|
||||
#include "pg/vcd.h"
|
||||
|
||||
#include "rx/rx.h"
|
||||
|
||||
int16_t rcData[MAX_SUPPORTED_RC_CHANNEL_COUNT]; // interval [1000;2000]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue