mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
format code properly
match the comment from pullrequest about spacing remains : some hand alignment for comment and wrong /** */ usage.
This commit is contained in:
parent
ac4835ef67
commit
1f293795e7
26 changed files with 99 additions and 109 deletions
|
@ -10,7 +10,7 @@ void SetSysClock(bool overclock);
|
|||
void systemBeep(bool onoff);
|
||||
static void beepRev4(bool onoff);
|
||||
static void beepRev5(bool onoff);
|
||||
void (* systemBeepPtr)(bool onoff) = NULL;
|
||||
void (*systemBeepPtr)(bool onoff) = NULL;
|
||||
#endif
|
||||
|
||||
static void cycleCounterInit(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue