Skip to content

Commit

Permalink
CONFIG: AOCODAF722MINI Add missing motor 8 output (betaflight#12690)
Browse files Browse the repository at this point in the history
Add missing motor 8 pin definition
  • Loading branch information
dawr68 authored and davidbitton committed Feb 5, 2024
1 parent 0d78a2e commit 14c280a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/config/AOCODAF722MINI/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)



Expand Down

0 comments on commit 14c280a

Please sign in to comment.