1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 03:50:02 +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

@ -285,3 +285,4 @@ int bbDMA_Count(bbPort_t *bbPort);
void bbDshotRequestTelemetry(unsigned motorIndex);
bool bbDshotIsMotorIdle(unsigned motorIndex);
IO_t bbGetMotorIO(unsigned index);