mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Preparation for conversion to parameter groups
This commit is contained in:
parent
6f872ba899
commit
79d4b2146d
90 changed files with 1150 additions and 507 deletions
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
|
||||
#include "io/motors.h"
|
||||
|
||||
PG_DECLARE(motorConfig_t, motorConfig);
|
||||
//PG_DECLARE(motorConfig_t, motorConfig);
|
||||
|
||||
PG_REGISTER_WITH_RESET_TEMPLATE(motorConfig_t, motorConfig, PG_MOTOR_CONFIG, 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue