diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-07-15 06:06:43 -0500 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-07-15 06:06:43 -0500 |
commit | f0be0e4a343f9a600fe8c9fc34fa580c548a4e9e (patch) | |
tree | 34daf8e9219c894ca36dd1f7ddf4560aa395c659 /include/mts/MTS_IO_QuectelRadio.h | |
parent | b4b5e4958a11cc9e969355f60e08d0631b01c402 (diff) | |
parent | 8186f98913c55191b5a3610d19c8580c6a86c2f4 (diff) | |
download | libmts-io-f0be0e4a343f9a600fe8c9fc34fa580c548a4e9e.tar.gz libmts-io-f0be0e4a343f9a600fe8c9fc34fa580c548a4e9e.tar.bz2 libmts-io-f0be0e4a343f9a600fe8c9fc34fa580c548a4e9e.zip |
Merge branch 'ap/l4e1-delta-fwu' into 'delta-radio-fwu'
MTX-3404 mPower Oct20: Delta Radio Firmware Upgrade - L4E1 - libmts-io support
See merge request !28
Diffstat (limited to 'include/mts/MTS_IO_QuectelRadio.h')
-rw-r--r-- | include/mts/MTS_IO_QuectelRadio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_QuectelRadio.h b/include/mts/MTS_IO_QuectelRadio.h index d8228cb..6e7372b 100644 --- a/include/mts/MTS_IO_QuectelRadio.h +++ b/include/mts/MTS_IO_QuectelRadio.h @@ -85,8 +85,6 @@ namespace MTS { static uint16_t getQuectelChecksum(const void* data, size_t nBytes); static inline void updateQuectelChecksum(uint16_t& iChecksum, uint16_t iNewFragment); static inline uint16_t bytesToUint16(uint8_t high, uint8_t low); - static CODE getFileSize(int fd, size_t& nBytes, size_t& nFileChunks); - static CODE readChunk(int fd, char* pChunk, size_t dChunkSize, size_t& nReadBytes); CODE fumoWaitUpgradeFinished(UpdateCb& stepCb); CODE fumoWaitNewFirmware(UpdateCb& stepCb); }; |