diff options
author | mykola.salomatin <mykola.salomatin@globallogic.com> | 2020-05-29 11:44:57 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-29 11:49:24 +0300 |
commit | 04b90430c91f4257ebeff3bcccbe8c5d7413e7ae (patch) | |
tree | 64f6423de18f09e5791d9c5da216a5cfe4bc4fd0 /include/mts/MTS_IO_EG95Radio.h | |
parent | b3a9a71afdb0d6f4f104543cedba89d011ca68df (diff) | |
download | libmts-io-04b90430c91f4257ebeff3bcccbe8c5d7413e7ae.tar.gz libmts-io-04b90430c91f4257ebeff3bcccbe8c5d7413e7ae.tar.bz2 libmts-io-04b90430c91f4257ebeff3bcccbe8c5d7413e7ae.zip |
mPower Oct20: L4G1 libmts-io support
Diffstat (limited to 'include/mts/MTS_IO_EG95Radio.h')
-rw-r--r-- | include/mts/MTS_IO_EG95Radio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_EG95Radio.h b/include/mts/MTS_IO_EG95Radio.h index 5296e16..17c413e 100644 --- a/include/mts/MTS_IO_EG95Radio.h +++ b/include/mts/MTS_IO_EG95Radio.h @@ -40,7 +40,7 @@ namespace MTS { private: CODE getSupportedCellularModes(CELLULAR_MODES &networks) override; - CODE setCellularMode(CELLULAR_MODES networks) override; + }; } } |