mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fixed ident style and compilation for targets with MAX on DMA
This commit is contained in:
parent
419547a2bf
commit
bae96d9595
3 changed files with 14 additions and 16 deletions
|
@ -1143,7 +1143,7 @@ void updateOsd(void)
|
|||
static uint32_t counter;
|
||||
#ifdef MAX7456_DMA_CHANNEL_TX
|
||||
// don't touch buffers if DMA transaction is in progress
|
||||
if (max7456_dma_in_progres())
|
||||
if (max7456DmaInProgres())
|
||||
return;
|
||||
#endif // MAX7456_DMA_CHANNEL_TX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue