From 5206c1f195988bcd7212421a66ecc8a9e9c885c3 Mon Sep 17 00:00:00 2001 From: Corvus Corax Date: Tue, 30 Jul 2013 22:14:36 +0200 Subject: [PATCH] uncrustification --- flight/modules/System/systemmod.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flight/modules/System/systemmod.c b/flight/modules/System/systemmod.c index dc668ec2a..9277f5dad 100644 --- a/flight/modules/System/systemmod.c +++ b/flight/modules/System/systemmod.c @@ -169,12 +169,13 @@ MODULE_INITCALL(SystemModInitialize, 0); static void systemTask(__attribute__((unused)) void *parameters) { uint8_t cycleCount = 0; + /* create all modules thread */ MODULE_TASKCREATE_ALL; /* start the delayed callback scheduler */ CallbackSchedulerStart(); - + if (mallocFailed) { /* We failed to malloc during task creation, * system behaviour is undefined. Reset and let