aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-13 11:18:50 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-13 11:18:50 +0200
commit5daf3604b73bae541cea080b8302ee28d76eb662 (patch)
treead798104af94fecdc706b60badbfa887f77944fa /Software/Embedded_SW/Embedded
parent0c43f6919cf12f126f501d84fb76c940b8e9c7bb (diff)
downloadTango-5daf3604b73bae541cea080b8302ee28d76eb662.tar.gz
Tango-5daf3604b73bae541cea080b8302ee28d76eb662.zip
remove printings
Diffstat (limited to 'Software/Embedded_SW/Embedded')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Diagnostics/Diagnostics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Diagnostics/Diagnostics.c b/Software/Embedded_SW/Embedded/Modules/Diagnostics/Diagnostics.c
index 01e683dae..5b80feb28 100644
--- a/Software/Embedded_SW/Embedded/Modules/Diagnostics/Diagnostics.c
+++ b/Software/Embedded_SW/Embedded/Modules/Diagnostics/Diagnostics.c
@@ -589,7 +589,7 @@ void SendDiagnostics(void)
}
else
{
- Report("Diagnostic Messgage",__FILE__,__LINE__,container_size,RpWarning,msec_millisecondCounter, msec_millisecondCounter);
+ //Report("Diagnostic Messgage",__FILE__,__LINE__,container_size,RpWarning,msec_millisecondCounter, msec_millisecondCounter);
}
diag_size[diag_index] = container_size;
diag_time[diag_index] = msec_millisecondCounter;