mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
HAL_ChibiOS: enable DShot on L4 MCUs for AP_Periph
This commit is contained in:
parent
fbadc24fca
commit
c5fc2fa709
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#if HAL_USE_PWM == TRUE
|
#if HAL_USE_PWM == TRUE
|
||||||
|
|
||||||
#if !STM32_DMA_ADVANCED && !defined(STM32G4)
|
#if !STM32_DMA_ADVANCED && !defined(STM32G4) && !defined(STM32L4)
|
||||||
#define DISABLE_DSHOT
|
#define DISABLE_DSHOT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user