Skip to content

Commit

Permalink
Cleanup unused ENSURE_MPU_DATA_READY_IS_LOW (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 25, 2023
1 parent 58b47c3 commit 30bc985
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion configs/CHONKERH735/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,4 @@ Details: https://github.com/crteensy/yolo-chonker/tree/as-built-20230303
#define GYRO_2_ALIGN CW0_DEG_FLIP
#define GYRO_2_ALIGN_PITCH 1800

#define USE_MPU_DATA_READY_SIGNAL
#define ENSURE_MPU_DATA_READY_IS_LOW
1 change: 0 additions & 1 deletion configs/MATEKF722HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,3 @@

#define ENSURE_MPU_DATA_READY_IS_LOW
#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1
#define USE_MPU_DATA_READY_SIGNAL
1 change: 0 additions & 1 deletion configs/MATEKH743/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,4 @@
#define GYRO_2_ALIGN_PITCH 1800
#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1

#define USE_MPU_DATA_READY_SIGNAL
#define ENSURE_MPU_DATA_READY_IS_LOW
2 changes: 0 additions & 2 deletions configs/NUCLEOF446/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,4 @@

#define MAX_SUPPORTED_MOTORS 12

//#define USE_GYRO_EXTI
//#define USE_MPU_DATA_READY_SIGNAL
//#define ENSURE_MPU_DATA_READY_IS_LOW
1 change: 0 additions & 1 deletion configs/SPRACINGH7RF/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_2)

#define USE_MPU_DATA_READY_SIGNAL
#define ENSURE_MPU_DATA_READY_IS_LOW

#define SX1280_BUSY_PIN PC7
Expand Down

0 comments on commit 30bc985

Please sign in to comment.