mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Whitespace and variable initialisation tidy
This commit is contained in:
parent
10bb3ec97d
commit
59adc362c3
28 changed files with 477 additions and 500 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define RESOURCE_INDEX(x) x + 1
|
||||
#define RESOURCE_INDEX(x) (x + 1)
|
||||
|
||||
typedef enum {
|
||||
OWNER_FREE = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue