1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

uncrustification

This commit is contained in:
Corvus Corax 2013-07-30 22:14:36 +02:00
parent 4d9f7a72db
commit 5206c1f195

View File

@ -169,12 +169,13 @@ MODULE_INITCALL(SystemModInitialize, 0);
static void systemTask(__attribute__((unused)) void *parameters) static void systemTask(__attribute__((unused)) void *parameters)
{ {
uint8_t cycleCount = 0; uint8_t cycleCount = 0;
/* create all modules thread */ /* create all modules thread */
MODULE_TASKCREATE_ALL; MODULE_TASKCREATE_ALL;
/* start the delayed callback scheduler */ /* start the delayed callback scheduler */
CallbackSchedulerStart(); CallbackSchedulerStart();
if (mallocFailed) { if (mallocFailed) {
/* We failed to malloc during task creation, /* We failed to malloc during task creation,
* system behaviour is undefined. Reset and let * system behaviour is undefined. Reset and let