mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
CONFIG: AOCODAF722MINI Add missing motor 8 output (#12690)
Add missing motor 8 pin definition
This commit is contained in:
parent
1fa44099e1
commit
271acf7ace
1 changed files with 3 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
|||
#define MOTOR5_PIN PA15
|
||||
#define MOTOR6_PIN PB3
|
||||
#define MOTOR7_PIN PB6
|
||||
#define MOTOR8_PIN PB7
|
||||
#define RX_PPM_PIN PA10
|
||||
#define LED_STRIP_PIN PA8
|
||||
#define UART1_TX_PIN PA9
|
||||
|
@ -85,7 +86,8 @@
|
|||
TIMER_PIN_MAP( 5, PA15, 1, 0) \
|
||||
TIMER_PIN_MAP( 6, PB3 , 1, 0) \
|
||||
TIMER_PIN_MAP( 7, PB6 , 1, 0) \
|
||||
TIMER_PIN_MAP( 8, PA8 , 1, 2)
|
||||
TIMER_PIN_MAP( 8, PB7 , 1, 0) \
|
||||
TIMER_PIN_MAP( 9, PA8 , 1, 2)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue