Skip to content

Commit

Permalink
Remove unneeded MAG_I2C_INSTANCE defines (#204)
Browse files Browse the repository at this point in the history
* Add FrSky OSD to MatekF722HD target

This FC does not have a MAX7456 OSD, but it has a FrSky OSD on UART6.

Should USE_OSD_SD be undefined in this case? Should UART6 be set to FrSky OSD by default?

* Add missing defines to NEUTRONRCF411AIO target

Adds missing defines for BMI270, DPS310, and W25Q128FV flash

* Remove MAG_I2C_INSTANCE when USE_MAG not defined
  • Loading branch information
ot0tot authored Nov 21, 2023
1 parent a0de8b9 commit 3534186
Show file tree
Hide file tree
Showing 231 changed files with 1 addition and 256 deletions.
1 change: 0 additions & 1 deletion configs/AG3XF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_BARO
#define BARO_SPI_INSTANCE SPI2
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/AG3XF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_BARO
#define BARO_SPI_INSTANCE SPI2
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/AIRBOTF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_BARO
#define BARO_SPI_INSTANCE SPI1
#define BEEPER_INVERTED
Expand Down
1 change: 0 additions & 1 deletion configs/AIRBOTF4SD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
#define SPI3_TX_DMA_OPT 0
#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_BARO
#define BARO_SPI_INSTANCE SPI1
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
Expand Down
1 change: 0 additions & 1 deletion configs/ANYFCF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
#define SPI4_TX_DMA_OPT 0
#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_2)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
Expand Down
1 change: 0 additions & 1 deletion configs/AOCODAF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@

#define ADC1_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down
1 change: 0 additions & 1 deletion configs/AOCODAF405V2MPU6000/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
#define ADC_INSTANCE ADC3
#define ADC3_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/AOCODAF405V2MPU6500/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
#define ADC_INSTANCE ADC3
#define ADC3_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/AOCODAF722MINI/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
#define ADC1_DMA_OPT 1


#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)

Expand Down
1 change: 0 additions & 1 deletion configs/AOCODAF722MINIV2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@

#define ADC1_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)

#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/AOCODARCF405_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@

#define SERIALRX_UART SERIAL_PORT_USART2

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
Expand Down
1 change: 0 additions & 1 deletion configs/AOCODARCF411_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@

#define ADC1_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define FLASH_SPI_INSTANCE SPI1
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/AOCODARCF722_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define FLASH_SPI_INSTANCE SPI3

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define MAX7456_SPI_INSTANCE SPI2

#define SERIALRX_UART SERIAL_PORT_USART2
Expand Down
1 change: 0 additions & 1 deletion configs/AOCODARCF7DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
#define ADC1_DMA_OPT 0

#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_2
#define MAG_I2C_INSTANCE (I2CDEV_2)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
Expand Down
1 change: 0 additions & 1 deletion configs/AOCODARCH7DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
#define TIMUP5_DMA_OPT 0

#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_2)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down
1 change: 0 additions & 1 deletion configs/AXISFLYINGF7PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@

#define ADC1_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down
1 change: 0 additions & 1 deletion configs/BAYCK_DOLPHIN/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@

#define ADC_INSTANCE ADC1
#define ADC1_DMA_OPT 11
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/BETAFLIGHTF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define BARO_I2C_INSTANCE (I2CDEV_2)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define BEEPER_INVERTED
Expand Down
1 change: 0 additions & 1 deletion configs/BETAFPVF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
#define SPI2_TX_DMA_OPT 0
#define ADC2_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define BARO_SPI_INSTANCE SPI3
#define DEFAULT_BARO_DEVICE BARO_NONE

Expand Down
1 change: 0 additions & 1 deletion configs/BETAFPVF405_ELRS/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
#define SPI2_TX_DMA_OPT 0
#define ADC2_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define BARO_SPI_INSTANCE SPI3
#define DEFAULT_BARO_DEVICE BARO_NONE

Expand Down
1 change: 0 additions & 1 deletion configs/BETAFPVH743/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
#define TIMUP8_DMA_OPT 0
#define TIMUP0_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)

Expand Down
1 change: 0 additions & 1 deletion configs/BLUEJAYF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
#define SPI3_TX_DMA_OPT 0
#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define BEEPER_INVERTED
Expand Down
2 changes: 0 additions & 2 deletions configs/CLRACINGF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)

#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down
1 change: 0 additions & 1 deletion configs/COLIBRI/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_3)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_3)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/CRAZYBEEF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define BARO_I2C_INSTANCE (I2CDEV_2)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define BEEPER_INVERTED
Expand Down
2 changes: 0 additions & 2 deletions configs/CYCLONEF405_PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@

#define ADC3_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_1)

#define USE_ADC
#define ADC_INSTANCE ADC3
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/CYCLONEF722_PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@

#define ADC3_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)

Expand Down
1 change: 0 additions & 1 deletion configs/DALRCF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)

#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
Expand Down
1 change: 0 additions & 1 deletion configs/DALRCF722DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@

#define ADC3_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)

Expand Down
1 change: 0 additions & 1 deletion configs/DARWINF411/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define I2C1_CLOCKSPEED 400
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
Expand Down
1 change: 0 additions & 1 deletion configs/DARWINF722HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)

Expand Down
1 change: 0 additions & 1 deletion configs/DARWINF722HDV2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
dma SPI_MOSI 3 0 # SPI_MOSI 3: DMA1 Stream 5 Channel 0
*/

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
Expand Down
1 change: 0 additions & 1 deletion configs/DFR_F722_DUAL_HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
#define ADC3_DMA_OPT 0

#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH
#define MAG_I2C_INSTANCE (I2CDEV_2)

#define USE_ADC
#define ADC_INSTANCE ADC3
Expand Down
2 changes: 0 additions & 2 deletions configs/DRONIUSF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)

#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down
1 change: 0 additions & 1 deletion configs/DYSF4PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@

#define ADC2_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_ADC
#define ADC_INSTANCE ADC2
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/EACHINEF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_SPI_INSTANCE SPI1
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
Expand Down
1 change: 0 additions & 1 deletion configs/EACHINEF722_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_SPI_INSTANCE SPI1
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
Expand Down
1 change: 0 additions & 1 deletion configs/EXF722DUAL/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
#define ADC3_DMA_OPT 0

#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH
#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_2)

Expand Down
1 change: 0 additions & 1 deletion configs/EXUAVF4PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@

#define ADC2_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_ADC
#define ADC_INSTANCE ADC2
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/F4BY/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
#define SPI2_TX_DMA_OPT 0
#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_2)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_2)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_SDCARD
Expand Down
1 change: 0 additions & 1 deletion configs/FLASHHOBBYF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@

#define ADC1_DMA_OPT 0
#define SERIALRX_UART SERIAL_PORT_USART2
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_AUTO
Expand Down
1 change: 0 additions & 1 deletion configs/FLASHHOBBYF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@

#define ADC1_DMA_OPT 0
#define SERIALRX_UART SERIAL_PORT_USART2
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_AUTO
Expand Down
1 change: 0 additions & 1 deletion configs/FLYCOLORF7/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@

#define ADC3_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_ADC
#define ADC_INSTANCE ADC3
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/FLYCOLORF7_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@

#define ADC3_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_ADC
#define ADC_INSTANCE ADC3
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/FLYWOOF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_OFF

Expand Down
1 change: 0 additions & 1 deletion configs/FLYWOOF405NANO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@

#define ADC1_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/FLYWOOF405PRO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@

#define ADC1_DMA_OPT 0

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define USE_BARO
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
Expand Down
1 change: 0 additions & 1 deletion configs/FLYWOOF405S_AIO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@


#define ADC1_DMA_OPT 0
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down
1 change: 0 additions & 1 deletion configs/FLYWOOF411/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@

#define ADC1_DMA_OPT 1

#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON

Expand Down
Loading

0 comments on commit 3534186

Please sign in to comment.