1
0
Fork 0
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:
Jay Blackman 2025-01-31 06:54:23 +11:00 committed by GitHub
parent bfea69a04f
commit 3dba5e65e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 75 additions and 82 deletions

View file

@ -716,6 +716,7 @@ static const motorVTable_t bbVTable = {
.shutdown = bbShutdown,
.isMotorIdle = bbDshotIsMotorIdle,
.requestTelemetry = bbDshotRequestTelemetry,
.getMotorIO = bbGetMotorIO,
};
dshotBitbangStatus_e dshotBitbangGetStatus(void)