Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions configs/JHEF7DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
#define SPI1_SDO_PIN PA7
#define SPI2_SDO_PIN PB15
#define SPI3_SDO_PIN PB5
#define CAMERA_CONTROL_PIN PB8
#define ADC_VBAT_PIN PC2
#define ADC_RSSI_PIN PC0
#define ADC_CURR_PIN PC1
Expand All @@ -95,9 +94,7 @@
TIMER_PIN_MAP( 4, PB3 , 1, 0) \
TIMER_PIN_MAP( 5, PC9 , 2, 0) \
TIMER_PIN_MAP( 6, PC8 , 2, 0) \
TIMER_PIN_MAP( 7, PA8 , 1, 0) \
TIMER_PIN_MAP( 8, PB8 , 1, 0)

TIMER_PIN_MAP( 7, PA8 , 1, 0)

#define ADC3_DMA_OPT 1

Expand Down