mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 13:55:18 +03:00
Update LED1 and BEEPER pins to match circuit diagram.
This commit is contained in:
parent
d68a72da92
commit
353acbe940
1 changed files with 4 additions and 2 deletions
|
@ -23,9 +23,11 @@
|
|||
|
||||
|
||||
#define LED0 PC14
|
||||
#define LED1 PC15
|
||||
#define LED1 PA13
|
||||
|
||||
#define BEEPER PC15
|
||||
#define BEEPER_INVERTED
|
||||
|
||||
#define BEEPER PB2
|
||||
|
||||
#define USE_EXTI
|
||||
#define MPU_INT_EXTI PC13
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue