aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Communication/Container.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-07-09 17:14:59 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-07-09 17:14:59 +0300
commit1dfd14ae3fbf868e8992420127a9cf3e6318e5ff (patch)
tree361fd92aa85a41f13d4d4e832b0ed712ccf50e82 /Software/Embedded_SW/Embedded/Communication/Container.c
parent8f947838ae3802043ba60223431b9603dffd34fb (diff)
downloadTango-1dfd14ae3fbf868e8992420127a9cf3e6318e5ff.tar.gz
Tango-1dfd14ae3fbf868e8992420127a9cf3e6318e5ff.zip
Version 1.4.2.0 - infrastructure for IFS, improved flash handling, thread unloading
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Container.c')
-rw-r--r--Software/Embedded_SW/Embedded/Communication/Container.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c
index ca253c5be..86e1b06c4 100644
--- a/Software/Embedded_SW/Embedded/Communication/Container.c
+++ b/Software/Embedded_SW/Embedded/Communication/Container.c
@@ -424,6 +424,15 @@ void receive_callback(char* buffer, size_t length)
case MESSAGE_TYPE__DispenserDataRequest:
DispenserDataRequestFunc(requestContainer);
break;
+ case MESSAGE_TYPE__StartCartridgesUpdateRequest:
+ LOG_ERROR (requestContainer->type,"MESSAGE_TYPE__StartCartridgesUpdateRequest");
+ break;
+ case MESSAGE_TYPE__StopCartridgesUpdateRequest:
+ LOG_ERROR (requestContainer->type,"MESSAGE_TYPE__StopCartridgesUpdateRequest");
+ break;
+ case MESSAGE_TYPE__CartridgeValidationResponse:
+ LOG_ERROR (requestContainer->type,"MESSAGE_TYPE__CartridgeValidationResponse");
+ break;
default:
//unsupported message type !!
LOG_ERROR (requestContainer->type,"unsupported message type");