mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
Uncrustify all
This commit is contained in:
parent
2dafcc1657
commit
6735314852
@ -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();
|
||||
|
@ -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 */
|
||||
|
@ -280,12 +280,10 @@ void PfdQmlContext::loadConfiguration(PfdQmlGadgetConfiguration *config)
|
||||
|
||||
|
||||
void PfdQmlContext::saveState(QSettings *settings)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
void PfdQmlContext::restoreState(QSettings *settings)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
void PfdQmlContext::apply(QQmlContext *context)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user