mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +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,
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* ifndef PIOS_EXCLUDE_ADVANCED_FEATURES */
|
||||
// Private variables
|
||||
static DelayedCallbackInfo *callbackHandle;
|
||||
|
||||
|
@ -35,11 +35,11 @@
|
||||
|
||||
// Enumeration for filter result
|
||||
typedef enum {
|
||||
FILTERRESULT_UNINITIALISED=-1,
|
||||
FILTERRESULT_OK=0,
|
||||
FILTERRESULT_WARNING=1,
|
||||
FILTERRESULT_CRITICAL=2,
|
||||
FILTERRESULT_ERROR=3,
|
||||
FILTERRESULT_UNINITIALISED = -1,
|
||||
FILTERRESULT_OK = 0,
|
||||
FILTERRESULT_WARNING = 1,
|
||||
FILTERRESULT_CRITICAL = 2,
|
||||
FILTERRESULT_ERROR = 3,
|
||||
} filterResult;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user