Skip to content

Commit

Permalink
Fix custom alignment (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 20, 2024
1 parent ac7c65c commit 3c54148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/GEPRCF411SX1280/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
#define FLASH_SPI_INSTANCE SPI2
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN ALIGN_CUSTOM
#define GYRO_1_ALIGN_YAW -45
#define GYRO_1_ALIGN_YAW 3150
2 changes: 1 addition & 1 deletion configs/NEUTRONRCF411SX1280/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
#define FLASH_SPI_INSTANCE SPI2
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN ALIGN_CUSTOM
#define GYRO_1_ALIGN_YAW -45
#define GYRO_1_ALIGN_YAW 3150

0 comments on commit 3c54148

Please sign in to comment.