1
0
Fork 0
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:
Marcin Baliniak 2016-09-25 17:51:27 +02:00
parent 419547a2bf
commit bae96d9595
3 changed files with 14 additions and 16 deletions

View file

@ -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