mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
duplicate emptyline removal (#14027)
* trailing space removal Co-authored-by: Petr Ledvina <ledvinap@gmail.com> * deduplicate empty lines --------- Co-authored-by: Petr Ledvina <ledvinap@gmail.com> Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
493b9bf819
commit
ed6a4a4769
289 changed files with 0 additions and 629 deletions
|
@ -148,7 +148,6 @@ void transponderIrHardwareInit(ioTag_t ioTag, transponder_t *transponder)
|
|||
return;
|
||||
}
|
||||
|
||||
|
||||
RCC_ClockCmd(timerRCC(timer), ENABLE);
|
||||
|
||||
/* PWM1 Mode configuration: Channel1 */
|
||||
|
@ -260,7 +259,6 @@ void transponderIrDisable(void)
|
|||
DAL_TMR_PWM_Stop(&TmrHandle, timerChannel);
|
||||
}
|
||||
|
||||
|
||||
IOInit(transponderIO, OWNER_TRANSPONDER, 0);
|
||||
|
||||
#ifdef TRANSPONDER_INVERTED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue