Skip to content

Commit

Permalink
Update AIRBOTSUPERF4 SPI DMA (#687)
Browse files Browse the repository at this point in the history
Defining DMA for only SPI_SDO results in SPI_SDI not being assigned DMA. Removing the unnecessary assignment allows both streams to be assigned properly.
  • Loading branch information
ot0tot authored Feb 6, 2025
1 parent 1ea2d4e commit ebfa401
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configs/AIRBOTSUPERF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,10 @@


#define ADC1_DMA_OPT 0
#define SPI3_TX_DMA_OPT 5

#define ADC_INSTANCE ADC1
#define BARO_I2C_INSTANCE I2CDEV_1
#define MAG_I2C_INSTANCE I2CDEV_1
#define MAG_I2C_INSTANCE I2CDEV_1

#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH

Expand Down

0 comments on commit ebfa401

Please sign in to comment.