mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
fixed bugs in osd_joystick implementation
This commit is contained in:
parent
cac02368be
commit
e55dc7bdae
5 changed files with 12 additions and 2 deletions
|
@ -404,6 +404,6 @@ void impl_timerPWMStopDMA(TCH_t * tch)
|
|||
{
|
||||
dma_channel_enable(tch->dma->ref,FALSE);
|
||||
tmr_dma_request_enable(tch->timHw->tim, lookupDMASourceTable[tch->timHw->channelIndex], FALSE);
|
||||
tch->dmaState = TCH_DMA_IDLE;
|
||||
tmr_counter_enable(tch->timHw->tim, TRUE);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue