mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
FIX: AT32 not reading ESC (#14220)
This commit is contained in:
parent
bfea69a04f
commit
3dba5e65e4
13 changed files with 75 additions and 82 deletions
|
@ -716,6 +716,7 @@ static const motorVTable_t bbVTable = {
|
|||
.shutdown = bbShutdown,
|
||||
.isMotorIdle = bbDshotIsMotorIdle,
|
||||
.requestTelemetry = bbDshotRequestTelemetry,
|
||||
.getMotorIO = bbGetMotorIO,
|
||||
};
|
||||
|
||||
dshotBitbangStatus_e dshotBitbangGetStatus(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue