summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_QuectelRadio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_IO_QuectelRadio.h')
-rw-r--r--include/mts/MTS_IO_QuectelRadio.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_QuectelRadio.h b/include/mts/MTS_IO_QuectelRadio.h
new file mode 100644
index 0000000..55eac60
--- /dev/null
+++ b/include/mts/MTS_IO_QuectelRadio.h
@@ -0,0 +1,15 @@
+#ifndef MTS_IO_QUECTELRADIO_H
+#define MTS_IO_QUECTELRADIO_H
+
+#include <mts/MTS_IO_CellularRadio.h>
+
+namespace MTS {
+ namespace IO {
+ class QuectelRadio : public CellularRadio
+ {
+
+ };
+ }
+}
+
+#endif