Merge pull request #6459 from mikeller/fix_kissfcv2f7_leds
Fixed LED pins for KISSFCV2F7.
This commit is contained in:
commit
af69e525ce
|
@ -26,8 +26,8 @@
|
||||||
|
|
||||||
#define USBD_PRODUCT_STRING "KISSFCV2F7"
|
#define USBD_PRODUCT_STRING "KISSFCV2F7"
|
||||||
|
|
||||||
#define LED0 PA8 // blue
|
#define LED0_PIN PA8 // blue
|
||||||
#define LED1 PC8 // blingbling
|
#define LED1_PIN PC8 // blingbling
|
||||||
#define LED1_INVERTED
|
#define LED1_INVERTED
|
||||||
|
|
||||||
#define USE_BEEPER
|
#define USE_BEEPER
|
||||||
|
|
Loading…
Reference in New Issue