Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r8e6488e189349e0f87f2fb21fa8176aced0b5a43 -rd4481dd44bcc98172e785f812aa0c543c5385252 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 8e6488e189349e0f87f2fb21fa8176aced0b5a43) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision d4481dd44bcc98172e785f812aa0c543c5385252) @@ -48,7 +48,7 @@ void taskGeneral( void ) { #ifdef TASK_TIMING_OUTPUT_ENABLED -// SET_TASK_ON(); +// SET_TASK_ON(); // TODO - uncomment and define TASK_TIMING_OUTPUT_ENABLED to monitor this tasks timing #endif // check in with watchdog manager @@ -80,7 +80,7 @@ execSystemCommTx(); #ifdef TASK_TIMING_OUTPUT_ENABLED -// SET_TASK_OFF(); +// SET_TASK_OFF(); // TODO - uncomment and define TASK_TIMING_OUTPUT_ENABLED to monitor this tasks timing #endif }