1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Merge pull request #3036 from cleanflight/spracingf7dual-pidaudio (#5586)

PID-Audio feature
This commit is contained in:
Michael Keller 2018-04-01 11:08:41 +12:00 committed by GitHub
parent 5a258070bc
commit 92d19e7be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 304 additions and 1 deletions

View file

@ -72,6 +72,7 @@ typedef enum {
BOXUSER2,
BOXUSER3,
BOXUSER4,
BOXPIDAUDIO,
CHECKBOX_ITEM_COUNT
} boxId_e;