Skip to content

Commit

Permalink
Fix CW[XXX]_DEG (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 7, 2023
1 parent d06d69b commit a184e3b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions configs/DARWINF722HDV2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ dma SPI_MOSI 3 0 # SPI_MOSI 3: DMA1 Stream 5 Channel 0
#define MAX7456_SPI_INSTANCE SPI2
#define PINIO1_BOX 40
#define PINIO2_BOX 41
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800
3 changes: 1 addition & 2 deletions configs/HGLRCF411ELRS/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
#define SYSTEM_HSE_MHZ 8
#define MAX7456_SPI_INSTANCE SPI2
#define FLASH_SPI_INSTANCE SPI2
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
3 changes: 1 addition & 2 deletions configs/HGLRCF411SX1280V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
#define SET_PINIO1_BOX = 40
#define SET_PINIO2_BOX = 41
#define FLASH_SPI_INSTANCE SPI2
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
2 changes: 1 addition & 1 deletion configs/JHEF411HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@
#define PINIO2_BOX 41
#define FLASH_SPI_INSTANCE SPI2
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90
#define GYRO_1_ALIGN CW90_DEG
#define SERIALRX_UART SERIAL_PORT_USART2
3 changes: 1 addition & 2 deletions configs/NAMIMNOF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,5 @@
#define PINIO2_CONFIG 129
#define PINIO1_BOX 40
#define PINIO2_BOX 41
#define USE_SPI_GYRO
#define GYRO_1_ALIGN CW90
#define GYRO_1_ALIGN CW90_DEG
#define GYRO_1_ALIGN_YAW 900
3 changes: 1 addition & 2 deletions configs/SOLOGOODF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
#define PINIO1_BOX 40
#define PINIO1_CONFIG 129
#define FLASH_SPI_INSTANCE SPI3
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_YAW 1800

0 comments on commit a184e3b

Please sign in to comment.