Fixed missed naming changes. (#5738)

This commit is contained in:
Michael Keller 2018-04-21 18:35:59 +12:00 committed by GitHub
parent ff4c2bc145
commit 6e44173f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
#define USBD_PRODUCT_STRING "AIKONF4" #define USBD_PRODUCT_STRING "AIKONF4"
#define LED0_PIN PB4 #define LED0_PIN PB4
#define BEEPER PB5 #define USE_BEEPER
#define BEEPER_PIN PB5
#define BEEPER_INVERTED #define BEEPER_INVERTED
#define ENABLE_DSHOT_DMAR true #define ENABLE_DSHOT_DMAR true