diff options
Diffstat (limited to 'include/mts/MTS_IO_EG95Radio.h')
-rw-r--r-- | include/mts/MTS_IO_EG95Radio.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_EG95Radio.h b/include/mts/MTS_IO_EG95Radio.h index f3021cc..6077ed1 100644 --- a/include/mts/MTS_IO_EG95Radio.h +++ b/include/mts/MTS_IO_EG95Radio.h @@ -39,7 +39,9 @@ namespace MTS { protected: private: - + CODE getSupportedCellularModes(PREFERRED_NETWORKS &networks) override; + CODE getCellularMode(PREFERRED_NETWORKS &networks) override; + CODE setCellularMode(PREFERRED_NETWORKS networks) override; }; } } |