Skip to content

Commit

Permalink
Fix custom alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Dec 20, 2024
1 parent f2067f5 commit 2bb27a0
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 @@ -117,4 +117,4 @@
//TODO #define LED_INVERSION 1
#define FLASH_SPI_INSTANCE SPI2
#define GYRO_1_SPI_INSTANCE SPI1
#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 @@ -111,4 +111,4 @@
//TODO #define LED_INVERSION 1
#define FLASH_SPI_INSTANCE SPI2
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN_YAW -45
#define GYRO_1_ALIGN_YAW 3150

0 comments on commit 2bb27a0

Please sign in to comment.