mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Moved parameter group for flash into pg/
.
This commit is contained in:
parent
060c4d3e9a
commit
429c6cecda
10 changed files with 87 additions and 23 deletions
|
@ -84,7 +84,6 @@ typedef struct systemConfig_s {
|
|||
PG_DECLARE(pilotConfig_t, pilotConfig);
|
||||
PG_DECLARE(systemConfig_t, systemConfig);
|
||||
PG_DECLARE(beeperDevConfig_t, beeperDevConfig);
|
||||
PG_DECLARE(flashConfig_t, flashConfig);
|
||||
PG_DECLARE(ppmConfig_t, ppmConfig);
|
||||
PG_DECLARE(pwmConfig_t, pwmConfig);
|
||||
PG_DECLARE(vcdProfile_t, vcdProfile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue