From 6735314852316acce98b5e6213062b960dbdf813 Mon Sep 17 00:00:00 2001 From: Laurent Lalanne Date: Sat, 12 Mar 2016 17:30:24 +0100 Subject: [PATCH] Uncrustify all --- flight/modules/gpsp/inc/gps9gpshandler.h | 2 +- flight/targets/boards/revolution/firmware/inc/pios_config.h | 2 +- ground/gcs/src/plugins/pfdqml/pfdqmlcontext.cpp | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/flight/modules/gpsp/inc/gps9gpshandler.h b/flight/modules/gpsp/inc/gps9gpshandler.h index c92891cbe..d216e0d19 100644 --- a/flight/modules/gpsp/inc/gps9gpshandler.h +++ b/flight/modules/gpsp/inc/gps9gpshandler.h @@ -27,7 +27,7 @@ #define GPS9GPSHANDLER_H_ #define GPS_BUFFER_SIZE 250 -#define FC_BUFFER_SIZE 120 +#define FC_BUFFER_SIZE 120 void handleGPS(); void setupGPS(); diff --git a/flight/targets/boards/revolution/firmware/inc/pios_config.h b/flight/targets/boards/revolution/firmware/inc/pios_config.h index 3a068a05a..6db90914c 100644 --- a/flight/targets/boards/revolution/firmware/inc/pios_config.h +++ b/flight/targets/boards/revolution/firmware/inc/pios_config.h @@ -173,7 +173,7 @@ /* Task stack sizes */ /* #define PIOS_ACTUATOR_STACK_SIZE 1020 */ /* #define PIOS_MANUAL_STACK_SIZE 800 */ -#define PIOS_SYSTEM_STACK_SIZE 1536 +#define PIOS_SYSTEM_STACK_SIZE 1536 /* #define PIOS_STABILIZATION_STACK_SIZE 524 */ /* #define PIOS_TELEM_STACK_SIZE 500 */ /* #define PIOS_EVENTDISPATCHER_STACK_SIZE 130 */ diff --git a/ground/gcs/src/plugins/pfdqml/pfdqmlcontext.cpp b/ground/gcs/src/plugins/pfdqml/pfdqmlcontext.cpp index d2e12bd4a..b9384c434 100644 --- a/ground/gcs/src/plugins/pfdqml/pfdqmlcontext.cpp +++ b/ground/gcs/src/plugins/pfdqml/pfdqmlcontext.cpp @@ -280,12 +280,10 @@ void PfdQmlContext::loadConfiguration(PfdQmlGadgetConfiguration *config) void PfdQmlContext::saveState(QSettings *settings) -{ -} +{} void PfdQmlContext::restoreState(QSettings *settings) -{ -} +{} void PfdQmlContext::apply(QQmlContext *context) {