mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fixed LED pins for KISSFCV2F7.
This commit is contained in:
parent
158d0224b3
commit
7659b5bca8
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
#define USBD_PRODUCT_STRING "KISSFCV2F7"
|
||||
|
||||
#define LED0 PA8 // blue
|
||||
#define LED1 PC8 // blingbling
|
||||
#define LED0_PIN PA8 // blue
|
||||
#define LED1_PIN PC8 // blingbling
|
||||
#define LED1_INVERTED
|
||||
|
||||
#define USE_BEEPER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue