1
0
Fork 0
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:
Roman Lut 2023-07-27 00:41:52 +02:00
parent cac02368be
commit e55dc7bdae
5 changed files with 12 additions and 2 deletions

View file

@ -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);
}