From d81edb09cf29dd36d50ce7a7bcf55631fecc470f Mon Sep 17 00:00:00 2001 From: px4dev Date: Sat, 29 Dec 2012 16:01:24 -0800 Subject: whitespace/formatting --- apps/px4io/px4io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/px4io/px4io.c') diff --git a/apps/px4io/px4io.c b/apps/px4io/px4io.c index 230906662..74362617d 100644 --- a/apps/px4io/px4io.c +++ b/apps/px4io/px4io.c @@ -88,7 +88,7 @@ int user_start(int argc, char *argv[]) up_pwm_servo_init(0xff); /* start the flight control signal handler */ - task_create("FCon", + task_create("FCon", SCHED_PRIORITY_DEFAULT, 1024, (main_t)controls_main, -- cgit v1.2.3