1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Uncrustify all

This commit is contained in:
Laurent Lalanne 2016-03-12 17:30:24 +01:00
parent 2dafcc1657
commit 6735314852
3 changed files with 4 additions and 6 deletions

View File

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

View File

@ -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 */

View File

@ -280,12 +280,10 @@ void PfdQmlContext::loadConfiguration(PfdQmlGadgetConfiguration *config)
void PfdQmlContext::saveState(QSettings *settings)
{
}
{}
void PfdQmlContext::restoreState(QSettings *settings)
{
}
{}
void PfdQmlContext::apply(QQmlContext *context)
{