Skip to content

Commit

Permalink
Update config.h (#381)
Browse files Browse the repository at this point in the history
Disable burst DMA as it prevents gyro from being assigned DMA and interferes with bdshot
  • Loading branch information
ot0tot authored Apr 7, 2024
1 parent c026c00 commit ccbf298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/SPEEDYBEEF405V4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
#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
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_OFF
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define DEFAULT_CURRENT_METER_SCALE 400
Expand Down

0 comments on commit ccbf298

Please sign in to comment.