boards: modalai_fc-v1 enable dshot on all outputs

This commit is contained in:
Daniel Agar 2022-05-09 10:30:39 -04:00
parent ce4e9f6690
commit 2e1cdc9e75
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
constexpr io_timers_t io_timers[MAX_IO_TIMERS] = {
initIOTimer(Timer::Timer1, DMA{DMA::Index2, DMA::Stream5, DMA::Channel6}),
initIOTimer(Timer::Timer4),
initIOTimer(Timer::Timer4, DMA{DMA::Index1, DMA::Stream6, DMA::Channel2}),
};