mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Refactoring motor to simplify implementation on other platforms (#14156)
This commit is contained in:
parent
7ed1b4b71f
commit
c2768d0409
62 changed files with 975 additions and 810 deletions
|
@ -37,9 +37,9 @@ PG_REGISTER_WITH_RESET_TEMPLATE(motorConfig_t, motorConfig, PG_MOTOR_CONFIG, 1);
|
|||
PG_RESET_TEMPLATE(motorConfig_t, motorConfig,
|
||||
.dev = {
|
||||
.motorPwmRate = 400,
|
||||
.motorPwmProtocol = 0,
|
||||
.motorPwmInversion = 0,
|
||||
.useUnsyncedPwm = 0,
|
||||
.motorProtocol = 0,
|
||||
.motorInversion = 0,
|
||||
.useContinuousUpdate = 0,
|
||||
.useBurstDshot = 0,
|
||||
.useDshotTelemetry = 0,
|
||||
.useDshotEdt = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue