mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
trailing whitespace removal (#14026)
trailing space removal Co-authored-by: Petr Ledvina <ledvinap@gmail.com>
This commit is contained in:
parent
0de6278433
commit
493b9bf819
78 changed files with 371 additions and 371 deletions
|
@ -366,7 +366,7 @@ void configTimeBase(TMR_TypeDef *tim, uint16_t period, uint32_t hz)
|
|||
handle->Init.RepetitionCounter = 0x0000;
|
||||
|
||||
DAL_TMR_Base_Init(handle);
|
||||
if (tim == TMR1 || tim == TMR2 || tim == TMR3 || tim == TMR4 || tim == TMR5 || tim == TMR8 || tim == TMR9)
|
||||
if (tim == TMR1 || tim == TMR2 || tim == TMR3 || tim == TMR4 || tim == TMR5 || tim == TMR8 || tim == TMR9)
|
||||
{
|
||||
TMR_ClockConfigTypeDef sClockSourceConfig;
|
||||
memset(&sClockSourceConfig, 0, sizeof(sClockSourceConfig));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue