mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
OP-1308 Uncrustify operation
This commit is contained in:
parent
6d3ade4947
commit
70ba6850d0
@ -113,7 +113,7 @@ static const controlHandler handler_PATHPLANNER = {
|
|||||||
.handler = &pathPlannerHandler,
|
.handler = &pathPlannerHandler,
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif /* ifndef PIOS_EXCLUDE_ADVANCED_FEATURES */
|
||||||
// Private variables
|
// Private variables
|
||||||
static DelayedCallbackInfo *callbackHandle;
|
static DelayedCallbackInfo *callbackHandle;
|
||||||
|
|
||||||
|
@ -35,11 +35,11 @@
|
|||||||
|
|
||||||
// Enumeration for filter result
|
// Enumeration for filter result
|
||||||
typedef enum {
|
typedef enum {
|
||||||
FILTERRESULT_UNINITIALISED=-1,
|
FILTERRESULT_UNINITIALISED = -1,
|
||||||
FILTERRESULT_OK=0,
|
FILTERRESULT_OK = 0,
|
||||||
FILTERRESULT_WARNING=1,
|
FILTERRESULT_WARNING = 1,
|
||||||
FILTERRESULT_CRITICAL=2,
|
FILTERRESULT_CRITICAL = 2,
|
||||||
FILTERRESULT_ERROR=3,
|
FILTERRESULT_ERROR = 3,
|
||||||
} filterResult;
|
} filterResult;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user