1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Merge pull request #4835 from mikeller/move_vcd_to_pg

Moved vcd parameter group to `pg/`.
This commit is contained in:
Michael Keller 2017-12-24 16:13:59 +13:00 committed by GitHub
commit 351294d19a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 61 additions and 29 deletions

View file

@ -54,7 +54,6 @@
#include "drivers/sound_beeper.h"
#include "drivers/system.h"
#include "drivers/timer.h"
#include "drivers/vcd.h"
#include "fc/config.h"
#include "fc/controlrate_profile.h"
@ -141,9 +140,6 @@ PG_RESET_TEMPLATE(systemConfig_t, systemConfig,
);
#endif
// no template required since defaults are zero
PG_REGISTER(vcdProfile_t, vcdProfile, PG_VCD_CONFIG, 0);
#ifdef SWAP_SERIAL_PORT_0_AND_1_DEFAULTS
#define FIRST_PORT_INDEX 1
#define SECOND_PORT_INDEX 0