File tree Expand file tree Collapse file tree 16 files changed +0
-16
lines changed Expand file tree Collapse file tree 16 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ Details: https://github.com/crteensy/yolo-chonker/tree/as-built-20230303
116
116
117
117
#define DEFAULT_RX_FEATURE FEATURE_RX_SERIAL
118
118
119
- #define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1
120
119
#define GYRO_1_ALIGN CW0_DEG_FLIP
121
120
#define GYRO_2_ALIGN CW0_DEG_FLIP
122
121
Original file line number Diff line number Diff line change 83
83
84
84
#define ADC1_DMA_OPT 1
85
85
86
- #define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1
87
86
88
87
#define ADC_INSTANCE ADC1
89
88
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_OFF
Original file line number Diff line number Diff line change 105
105
#define FLASH_SPI_INSTANCE SPI2
106
106
#define GYRO_1_SPI_INSTANCE SPI1
107
107
#define GYRO_1_ALIGN CW180_DEG
108
- #define GYRO_2_SPI_INSTANCE SPI1
Original file line number Diff line number Diff line change 92
92
93
93
#define ADC2_DMA_OPT 1
94
94
95
- #define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1
96
95
#define MAG_ALIGN DEFAULT
97
96
#define MAG_I2C_INSTANCE I2CDEV_1
98
97
Original file line number Diff line number Diff line change 101
101
#define SPI4_TX_DMA_OPT 0
102
102
#define ADC1_DMA_OPT 1
103
103
104
- #define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1
105
104
#define BARO_SPI_INSTANCE SPI1
106
105
#define ADC_INSTANCE ADC1
107
106
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
Original file line number Diff line number Diff line change 139
139
#define CAMERA_CONTROL_MODE HARDWARE_PWM
140
140
141
141
#define ENSURE_MPU_DATA_READY_IS_LOW
142
- #define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1
Original file line number Diff line number Diff line change 164
164
#define GYRO_1_ALIGN CW0_DEG_FLIP
165
165
#define GYRO_2_SPI_INSTANCE SPI4
166
166
#define GYRO_2_ALIGN CW0_DEG_FLIP
167
- #define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1
168
167
169
168
#define ENSURE_MPU_DATA_READY_IS_LOW
Original file line number Diff line number Diff line change 97
97
#define MAX7456_SPI_INSTANCE SPI3
98
98
#define FLASH_SPI_INSTANCE SPI1
99
99
#define GYRO_1_SPI_INSTANCE SPI2
100
- #define GYRO_2_SPI_INSTANCE SPI2
Original file line number Diff line number Diff line change 197
197
#define BARO_SPI_INSTANCE SPI1
198
198
199
199
//default serial mapping
200
- #define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1
201
200
#define USE_I2C_PULLUP
202
201
#define MSP_UART SERIAL_PORT_USART1
203
202
#define MSP_DISPLAYPORT_UART SERIAL_PORT_USART6
Original file line number Diff line number Diff line change 229
229
#define USE_BARO
230
230
#define BARO_I2C_INSTANCE I2CDEV_1
231
231
232
- #define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_1
233
232
#define GYRO_1_SPI_INSTANCE SPI2
234
233
#define GYRO_1_ALIGN CW0_DEG_FLIP
235
234
#define GYRO_2_SPI_INSTANCE SPI3
You can’t perform that action at this time.
0 commit comments