diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-07-18 17:50:14 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-07-18 17:50:14 +0300 |
| commit | e0c19a620f338848b130ad6d2bd0ce8d5a52ca93 (patch) | |
| tree | 5a54517153b9860c8464c5211862de84cfe761ba /Software/Embedded_SW/Embedded/Communication/Container.c | |
| parent | 9be0f3e321631fa497e29781480c58b0da541f9d (diff) | |
| download | Tango-e0c19a620f338848b130ad6d2bd0ce8d5a52ca93.tar.gz Tango-e0c19a620f338848b130ad6d2bd0ce8d5a52ca93.zip | |
Flash R/W Buf
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/Container.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/Container.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/Container.c b/Software/Embedded_SW/Embedded/Communication/Container.c index 76e01c4f8..60e972968 100644 --- a/Software/Embedded_SW/Embedded/Communication/Container.c +++ b/Software/Embedded_SW/Embedded/Communication/Container.c @@ -260,6 +260,12 @@ void receive_callback(char* buffer, size_t length) case MESSAGE_TYPE__StubI2CWriteBytesRequest: Stub_I2CWriteBytesRequest(requestContainer); break; + case MESSAGE_TYPE__StubExtFlashWriteWordsRequest: + Stub_ExtFlashWriteWordsRequest(requestContainer); + break; + case MESSAGE_TYPE__StubExtFlashReadWordsRequest: + Stub_ExtFlashReadWordsRequest(requestContainer); + break; default: //unsupported message type !! |
