Skip to content

Commit

Permalink
Fix pinio and spi bus (#565)
Browse files Browse the repository at this point in the history
Fix pinio2,gyro_1 and gyro_2 spi bus.
  • Loading branch information
dengdizzy authored Sep 12, 2024
1 parent ba09eb9 commit 9215ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/TMOTORH743/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
#define ADC_CURR_PIN PC3
#define ADC_EXTERNAL1_PIN PC0
#define PINIO1_PIN PC14
#define PINIO2_PIN PD15
#define PINIO2_PIN PD11
#define PINIO3_PIN PE2
#define FLASH_CS_PIN PA15
#define MAX7456_SPI_CS_PIN PB12
Expand Down Expand Up @@ -139,7 +139,7 @@
#define PINIO1_BOX 40
#define PINIO2_BOX 41
#define FLASH_SPI_INSTANCE SPI3
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_SPI_INSTANCE SPI2
#define GYRO_1_ALIGN CW90_DEG_FLIP
#define GYRO_2_SPI_INSTANCE SPI4
#define GYRO_2_SPI_INSTANCE SPI1
#define GYRO_2_ALIGN CW0_DEG_FLIP

0 comments on commit 9215ab0

Please sign in to comment.