1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Disable DMAR for backward compatibility

This commit is contained in:
jflyper 2018-01-13 14:49:30 +09:00
parent e1d12a5fd8
commit 21381a493c

View file

@ -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