Skip to content

Commit da2a5aa

Browse files
authored
Remove CC (JHEF7DUAL) (#889)
1 parent 1fc4955 commit da2a5aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

configs/JHEF7DUAL/config.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
#define SPI1_SDO_PIN PA7
7575
#define SPI2_SDO_PIN PB15
7676
#define SPI3_SDO_PIN PB5
77-
#define CAMERA_CONTROL_PIN PB8
7877
#define ADC_VBAT_PIN PC2
7978
#define ADC_RSSI_PIN PC0
8079
#define ADC_CURR_PIN PC1
@@ -95,9 +94,7 @@
9594
TIMER_PIN_MAP( 4, PB3 , 1, 0) \
9695
TIMER_PIN_MAP( 5, PC9 , 2, 0) \
9796
TIMER_PIN_MAP( 6, PC8 , 2, 0) \
98-
TIMER_PIN_MAP( 7, PA8 , 1, 0) \
99-
TIMER_PIN_MAP( 8, PB8 , 1, 0)
100-
97+
TIMER_PIN_MAP( 7, PA8 , 1, 0)
10198

10299
#define ADC3_DMA_OPT 1
103100

0 commit comments

Comments
 (0)