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

Merge pull request #6977 from mikeller/remove_skip_defines

Converted 'SKIP_' defines to 'USE_'.
This commit is contained in:
Michael Keller 2018-10-29 07:37:10 +13:00 committed by GitHub
commit 71c563fdb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 31 additions and 31 deletions

View file

@ -59,6 +59,7 @@
#define USE_UART5
#define USE_SOFTSERIAL1
#define USE_SOFTSERIAL2
#define USE_TASK_STATISTICS
#define SERIAL_PORT_COUNT 8