From b3bfeb86382de659aa0724b7b9c9492000254475 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Mon, 16 Jan 2017 09:03:25 +0100 Subject: [PATCH] LP-402 systemmod: remove commented out cruft --- flight/modules/System/systemmod.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flight/modules/System/systemmod.c b/flight/modules/System/systemmod.c index b6fa8d89b..8d499bc17 100644 --- a/flight/modules/System/systemmod.c +++ b/flight/modules/System/systemmod.c @@ -272,13 +272,9 @@ static void systemTask(__attribute__((unused)) void *parameters) PIOS_TASK_MONITOR_ForEachTask(taskMonitorForEachCallback, &taskInfoData); TaskInfoSet(&taskInfoData); // Update the callback status object -// if(FALSE){ PIOS_CALLBACKSCHEDULER_ForEachCallback(callbackSchedulerForEachCallback, &callbackInfoData); CallbackInfoSet(&callbackInfoData); -// } #endif -// } - UAVObjEvent ev; int delayTime = SYSTEM_UPDATE_PERIOD_MS;