diff options
author | David Marcaccini <david.marcaccini@multitech.com> | 2019-03-08 13:19:52 -0600 |
---|---|---|
committer | David Marcaccini <david.marcaccini@multitech.com> | 2019-03-08 13:19:52 -0600 |
commit | 36d1c638d115caefc042fe7a172cc531bb9e1436 (patch) | |
tree | a79037887a483039e9c347d213c519dc52706465 /src/MTS_IO_ME910Radio.cpp | |
parent | 4df85d1a64ded69f1ddd6c4c26e4f52773605c4a (diff) | |
download | libmts-io-36d1c638d115caefc042fe7a172cc531bb9e1436.tar.gz libmts-io-36d1c638d115caefc042fe7a172cc531bb9e1436.tar.bz2 libmts-io-36d1c638d115caefc042fe7a172cc531bb9e1436.zip |
Add support for the ME910C1-WW Radio1.0.15
Diffstat (limited to 'src/MTS_IO_ME910Radio.cpp')
-rw-r--r-- | src/MTS_IO_ME910Radio.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/MTS_IO_ME910Radio.cpp b/src/MTS_IO_ME910Radio.cpp index 2e46164..42796e9 100644 --- a/src/MTS_IO_ME910Radio.cpp +++ b/src/MTS_IO_ME910Radio.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 by Multi-Tech Systems + * Copyright (C) 2019 by Multi-Tech Systems * * This file is part of libmts-io. * @@ -18,13 +18,6 @@ * */ -/*! - \file MTS_IO_ME910Radio.cpp - \brief A brief description - - A more elaborate description -*/ - #include <mts/MTS_Text.h> #include <mts/MTS_Logger.h> #include <mts/MTS_IO_ME910Radio.h> |