Skip to content

Commit 6b3dbe0

Browse files
authored
Fix HGLRC_H743_LITE board LED & Gyro Align (#943)
1 parent 9fbe0fe commit 6b3dbe0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configs/HGLRC_H743_LITE/config.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#define GYRO_1_SPI_INSTANCE SPI1
4545
#define USE_GYRO_CLKIN
4646
#define GYRO_1_CLKIN_PIN PC6
47+
#define GYRO_1_ALIGN CW180_DEG_FLIP
4748

4849
#define SPI2_SCK_PIN PB13
4950
#define SPI2_SDI_PIN PB14
@@ -85,8 +86,8 @@
8586
#define I2C2_SCL_PIN PB10
8687
#define I2C2_SDA_PIN PB11
8788

88-
#define LED0_PIN PE6
89-
#define LED1_PIN PE4
89+
#define LED0_PIN PE4
90+
#define LED1_PIN PE6
9091
#define LED2_PIN PE3
9192

9293
#define ADC_VBAT_PIN PC0

0 commit comments

Comments
 (0)