Fix erroneous dshot motor frame between multiple queued dshot commands
commit27e4dddeef478d40a43f34f19ec879ec1b80f7ce
authorBruce Luckcuck <github@etracer.net>
Sat, 6 Apr 2019 23:13:07 +0000 (6 19:13 -0400)
committerBruce Luckcuck <github@etracer.net>
Sun, 7 Apr 2019 00:40:53 +0000 (6 20:40 -0400)
treeb23e5767f52209cb44ecddaee3f169273f63c293
parent22b9f345327b9a385583774ed983da812b788661
Fix erroneous dshot motor frame between multiple queued dshot commands
In the case of multiple queued non-blocking dshot commands, a single motor command frame would get erroneously sent in the idle time between the commands when arming. This change contains some workarounds to prevent this behavior.
src/main/drivers/pwm_output.c