mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
White space tidy
This commit is contained in:
parent
d25c852098
commit
ff16686893
58 changed files with 310 additions and 310 deletions
|
@ -104,7 +104,7 @@ typedef enum {
|
|||
.userParam = 0, \
|
||||
.owner.owner = 0, \
|
||||
.owner.resourceIndex = 0 \
|
||||
}
|
||||
}
|
||||
|
||||
#define DEFINE_DMA_IRQ_HANDLER(d, s, i) void DMA ## d ## _Stream ## s ## _IRQHandler(void) {\
|
||||
const uint8_t index = DMA_IDENTIFIER_TO_INDEX(i); \
|
||||
|
@ -173,8 +173,8 @@ typedef enum {
|
|||
DMA2_CH3_HANDLER,
|
||||
DMA2_CH4_HANDLER,
|
||||
DMA2_CH5_HANDLER,
|
||||
DMA_LAST_HANDLER = DMA2_CH5_HANDLER
|
||||
#else
|
||||
DMA_LAST_HANDLER = DMA2_CH5_HANDLER
|
||||
#else
|
||||
DMA_LAST_HANDLER = DMA1_CH7_HANDLER
|
||||
#endif
|
||||
} dmaIdentifier_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue