1
0
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:
Bertrand Oresve 2014-04-30 08:49:50 +02:00
parent 6d3ade4947
commit 70ba6850d0
4 changed files with 10 additions and 10 deletions

View File

@ -113,7 +113,7 @@ static const controlHandler handler_PATHPLANNER = {
.handler = &pathPlannerHandler,
};
#endif
#endif /* ifndef PIOS_EXCLUDE_ADVANCED_FEATURES */
// Private variables
static DelayedCallbackInfo *callbackHandle;

View File

@ -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;