Skip to content

Commit

Permalink
Fixes per review
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Jun 18, 2024
1 parent d398456 commit 678830c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions configs/WARPF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@
#define MOTOR7_PIN PC7
#define MOTOR8_PIN PC6

#define RX_PPM_PIN PA1

#define CAMERA_CONTROL_PIN PB7

#define LED_STRIP_PIN PA8
Expand Down Expand Up @@ -118,9 +116,7 @@
TIMER_PIN_MAP( 5, MOTOR6_PIN, 2, 0) \
TIMER_PIN_MAP( 6, MOTOR7_PIN, 2, 0) \
TIMER_PIN_MAP( 7, MOTOR8_PIN, 2, 0) \
TIMER_PIN_MAP( 8, LED_STRIP_PIN, 1, 0) \
TIMER_PIN_MAP( 9, CAMERA_CONTROL_PIN, 1, 0) \
TIMER_PIN_MAP(10, RX_PPM_PIN, 2, 0)
TIMER_PIN_MAP( 8, LED_STRIP_PIN, 1, 0)

#define SPI3_TX_DMA_OPT 0
#define SPI3_RX_DMA_OPT 0
Expand Down

0 comments on commit 678830c

Please sign in to comment.