mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Disable DMAR for backward compatibility
This commit is contained in:
parent
e1d12a5fd8
commit
21381a493c
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
|||
|
||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
||||
|
||||
// Can be configured for DMAR, but keep it legacy DSHOT for backward compatibility of
|
||||
// Motor x 1 + Servo x 3 on PWM1~4 use case.
|
||||
#define USE_DSHOT_DMA
|
||||
|
||||
#define LED0_PIN PB3
|
||||
|
||||
#define BEEPER PC15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue