1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Converted tabs to spaces.

This commit is contained in:
Martin Budden 2016-06-27 19:26:02 +01:00
parent 3b19b01c78
commit 97fe5afd6c
57 changed files with 575 additions and 575 deletions

View file

@ -32,7 +32,7 @@ static dmaHandlers_t dmaHandlers;
void dmaNoOpHandler(DMA_Stream_TypeDef *stream)
{
UNUSED(stream);
UNUSED(stream);
}
void DMA1_Stream2_IRQHandler(void)