Browse Source

HAL_ChibiOS: enable DShot on L4 MCUs for AP_Periph

gps-1.3.1
Andrew Tridgell 3 years ago
parent
commit
c5fc2fa709
  1. 2
      libraries/AP_HAL_ChibiOS/RCOutput.h

2
libraries/AP_HAL_ChibiOS/RCOutput.h

@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
#if HAL_USE_PWM == TRUE
#if !STM32_DMA_ADVANCED && !defined(STM32G4)
#if !STM32_DMA_ADVANCED && !defined(STM32G4) && !defined(STM32L4)
#define DISABLE_DSHOT
#endif

Loading…
Cancel
Save