aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/Container.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-05-06 16:47:34 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-05-06 16:47:34 +0300
commit4fc0bbce40133c802d7c193dc701af1a522d93ab (patch)
treee78999aca89d2a9f947fa0f3c4f6860fa76fb696 /Software/Embedded_SW/Embedded/Communication/Container.c
parent25f0d6f19171ef64db50952099ee1c2e6af09873 (diff)
downloadTango-4fc0bbce40133c802d7c193dc701af1a522d93ab.tar.gz
Tango-4fc0bbce40133c802d7c193dc701af1a522d93ab.zip
Debug messages changed
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Container.c')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/Container.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c
index b6c8ea3a8..e6b0a071d 100644
--- a/Software/Embedded_SW/Embedded/Communication/Container.c
+++ b/Software/Embedded_SW/Embedded/Communication/Container.c
@@ -164,9 +164,12 @@ void receive_callback(char* buffer, size_t length)
case MESSAGE_TYPE__StubHWVersionRequest:
Stub_HWVersionRequest(requestContainer);
break;
-// case MESSAGE_TYPE__DebugLogRequest:
-// ReportInitMessage(requestContainer);
-// break;
+ case MESSAGE_TYPE__StartDebugLogRequest:
+ ReportInitMessage(requestContainer);
+ break;
+ case MESSAGE_TYPE__StopDebugLogRequest:
+ StopReportInitMessage(requestContainer);
+ break;
case MESSAGE_TYPE__JobRequest:
JobRequestFunc(requestContainer);
break;