Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix PULLUP(s) #515

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion configs/ALIENFLIGHTF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
#define I2C1_PULLUP ON
#define USE_I2C_PULLUP
2 changes: 1 addition & 1 deletion configs/ALIENFLIGHTNGF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG
#define GYRO_1_ALIGN_YAW 2700
#define I2C1_PULLUP ON
#define USE_I2C_PULLUP
2 changes: 1 addition & 1 deletion configs/ALIENFLIGHTNGF7_DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
#define GYRO_2_SPI_INSTANCE SPI3
#define GYRO_2_ALIGN CW270_DEG
#define GYRO_2_ALIGN_YAW 2700
#define I2C1_PULLUP ON
#define USE_I2C_PULLUP
2 changes: 1 addition & 1 deletion configs/FF_RACEPIT/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#define I2C3_SCL_PIN PA8
#define I2C3_SDA_PIN PC9
#define I2C3_PULLUP ON
#define USE_I2C_PULLUP

#define SPI1_SCK_PIN PA5
#define SPI1_SDI_PIN PA6
Expand Down
2 changes: 1 addition & 1 deletion configs/FF_RACEPIT_MINI/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#define I2C3_SCL_PIN PA8
#define I2C3_SDA_PIN PC9
#define I2C3_PULLUP ON
#define USE_I2C_PULLUP

#define SPI1_SCK_PIN PA5
#define SPI1_SDI_PIN PA6
Expand Down