From aa23dbfc5b2610871f3627d34439b4c9aaa59bed Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Wed, 23 May 2018 17:47:48 +0300 Subject: update container.c --- Software/Embedded_SW/Embedded/Communication/Container.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded') diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c index db4000f77..dd9f74c9a 100644 --- a/Software/Embedded_SW/Embedded/Communication/Container.c +++ b/Software/Embedded_SW/Embedded/Communication/Container.c @@ -24,6 +24,8 @@ #include "Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.h" #include "Modules/Stubs_Handler/Stub_TivaReg.h" #include "Modules/Stubs_Handler/Stub_Dancer.h" +#include "Modules/Stubs_Handler/Stub_SpeedSensor.h" +#include "Modules/Stubs_Handler/Stub_IntADC.h" @@ -204,7 +206,9 @@ void receive_callback(char* buffer, size_t length) case MESSAGE_TYPE__StubSpeedSensorRequest: Stub_SpeedSensorRequest(requestContainer); break; - + case MESSAGE_TYPE__StubIntADCReadRequest: + Stub_IntADCReadRequest(requestContainer); + break; default: //unsupported message type !! break; -- cgit v1.3.1