1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

RPM Limiter (#12054)

This commit is contained in:
Tanner Beard 2023-05-28 16:18:16 -04:00 committed by GitHub
parent 2570e71b42
commit 26701f0638
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 146 additions and 26 deletions

View file

@ -111,6 +111,7 @@ typedef enum {
DEBUG_ANGLE_TARGET,
DEBUG_CURRENT_ANGLE,
DEBUG_DSHOT_TELEMETRY_COUNTS,
DEBUG_RPM_LIMIT,
DEBUG_COUNT
} debugType_e;