Skip to content

Commit

Permalink
Fix resources (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 7, 2023
1 parent a184e3b commit 8c646d1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion configs/BLADE_F7_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#define UART6_TX_PIN PC6
#define UART1_RX_PIN PB7
#define UART2_RX_PIN PA3
#define UART3_RX_PIN B11
#define UART3_RX_PIN PB11
#define UART4_RX_PIN PA1
#define UART5_RX_PIN PD2
#define UART6_RX_PIN PC7
Expand Down
12 changes: 6 additions & 6 deletions configs/FLYCOLORF7_AIO_HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
#define ADC_VBAT_PIN PC1
#define ADC_RSSI_PIN PC3
#define ADC_CURR_PIN PC2
#define BARO_CS_PIN C15
#define FLASH_CS_PIN C8
#define MAX7456_SPI_CS_PIN B12
#define GYRO_1_EXTI_PIN C4
#define GYRO_1_CS_PIN A4
#define PINIO1_PIN C14
#define BARO_CS_PIN PC15
#define FLASH_CS_PIN PC8
#define MAX7456_SPI_CS_PIN PB12
#define GYRO_1_EXTI_PIN PC4
#define GYRO_1_CS_PIN PA4
#define PINIO1_PIN PC14

#define TIMER_PIN_MAPPING \
TIMER_PIN_MAP( 0, PC6, 1, 0) \
Expand Down
4 changes: 2 additions & 2 deletions configs/HGLRCF722MINI/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
#define LED_STRIP_PIN PB3
#define UART1_TX_PIN PB6
#define UART2_TX_PIN PA2
#define UART3_TX_PIN B10
#define UART3_TX_PIN PB10
#define UART4_TX_PIN PA0
#define UART5_TX_PIN PC12
#define UART6_TX_PIN PC6
#define UART1_RX_PIN PB7
#define UART2_RX_PIN PA3
#define UART3_RX_PIN B11
#define UART3_RX_PIN PB11
#define UART4_RX_PIN PA1
#define UART5_RX_PIN PD2
#define UART6_RX_PIN PC7
Expand Down
4 changes: 2 additions & 2 deletions configs/MATEKH743/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@

/* CS1/CS2 pads for SPI3 connection:
*
* CS1 D04
* CS2 E02
* CS1 PD4
* CS2 PE2
*/

#define TIMER_PIN_MAPPING \
Expand Down
2 changes: 1 addition & 1 deletion configs/RUSHF7AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#define UART6_TX_PIN PC6
#define UART1_RX_PIN PB7
#define UART2_RX_PIN PA3
#define UART3_RX_PIN B11
#define UART3_RX_PIN PB11
#define UART4_RX_PIN PA1
#define UART5_RX_PIN PD2
#define UART6_RX_PIN PC7
Expand Down

0 comments on commit 8c646d1

Please sign in to comment.