Skip to content

Commit

Permalink
Update main.c to not include cits module by default
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorjo authored Jul 4, 2019
1 parent 43a0c05 commit a6d924a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ static struct timeval waitStartTime, waitedTime;
------------------------------------------------------------*/
//! allModules contains the tasks to be run in the server. To enable or disable a task, add or remove the main module function in this array
static const ModuleTask allModules[] = {
/*

logger_task,
timecontrol_task,
supervision_task,
supervisorcontrol_task,
systemcontrol_task,
objectcontrol_task
*/
citscontrol_task

//citscontrol_task
};
static const size_t numberOfModules = sizeof(allModules) / sizeof(ModuleTask);

Expand Down

0 comments on commit a6d924a

Please sign in to comment.