Skip to content

Commit

Permalink
Fix custom align (#643)
Browse files Browse the repository at this point in the history
GYRO_1_ALIGN and GYRO_1_ALIGN_[RPY] are mutually exclusive
  • Loading branch information
ledvinap authored Dec 19, 2024
1 parent 6797299 commit f2067f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion configs/CRAZYBEEF4SX1280/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,3 @@
#define FLASH_SPI_INSTANCE SPI2
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
2 changes: 0 additions & 2 deletions configs/STM32F4DISCOVERY/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,3 @@
//TODO #define LED_INVERSION 3
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180_DEG_FLIP
#define GYRO_1_ALIGN_PITCH 1800
#define GYRO_1_ALIGN_YAW 1800

0 comments on commit f2067f5

Please sign in to comment.