Fix compile errors if USE_DSHOT not defined (#8928)

Fix compile errors if USE_DSHOT not defined
This commit is contained in:
Michael Keller 2019-09-23 19:40:41 +12:00 committed by GitHub
commit d1d9875208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@
#ifndef USE_DSHOT
#undef USE_DSHOT_TELEMETRY
#undef USE_DSHOT_BITBANG
#endif
#ifndef USE_DSHOT_TELEMETRY