mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fix function brace style
This commit is contained in:
parent
6a06f0e408
commit
9957ceb275
83 changed files with 494 additions and 251 deletions
|
@ -34,7 +34,8 @@
|
|||
extern const struct transponderVTable arcitimerTansponderVTable;
|
||||
static uint16_t dmaBufferOffset;
|
||||
|
||||
void transponderIrInitArcitimer(transponder_t *transponder){
|
||||
void transponderIrInitArcitimer(transponder_t *transponder)
|
||||
{
|
||||
// from drivers/transponder_ir.h
|
||||
transponder->gap_toggles = TRANSPONDER_GAP_TOGGLES_ARCITIMER;
|
||||
transponder->dma_buffer_size = TRANSPONDER_DMA_BUFFER_SIZE_ARCITIMER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue