1
0
Fork 0
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:
Martin Budden 2016-07-15 08:28:16 +01:00
parent 10bb3ec97d
commit 59adc362c3
28 changed files with 477 additions and 500 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#define RESOURCE_INDEX(x) x + 1
#define RESOURCE_INDEX(x) (x + 1)
typedef enum {
OWNER_FREE = 0,