diff options
author | andrii.davydenko <andrii.davydenko@globallogic.com> | 2021-11-16 11:51:32 +0200 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-04-18 13:26:27 -0500 |
commit | 1f7987d546384b6b9ef0079dac5c903148a59210 (patch) | |
tree | 6eaf7db557e91e1f6b6c29885d5fddc3c584c457 /src/MTS_IO_LE910EUGRadio.cpp | |
parent | 28b673dd4db086f1957c5cdae281f54980715e36 (diff) | |
download | libmts-io-1f7987d546384b6b9ef0079dac5c903148a59210.tar.gz libmts-io-1f7987d546384b6b9ef0079dac5c903148a59210.tar.bz2 libmts-io-1f7987d546384b6b9ef0079dac5c903148a59210.zip |
Update MODBUS slave feature, Rogers Certification issue
Diffstat (limited to 'src/MTS_IO_LE910EUGRadio.cpp')
-rw-r--r-- | src/MTS_IO_LE910EUGRadio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_LE910EUGRadio.cpp b/src/MTS_IO_LE910EUGRadio.cpp index 9e970b3..1906815 100644 --- a/src/MTS_IO_LE910EUGRadio.cpp +++ b/src/MTS_IO_LE910EUGRadio.cpp @@ -27,7 +27,7 @@ A more elaborate description */ - +#include <mts/MTS_Logger.h> #include <mts/MTS_IO_LE910EUGRadio.h> using namespace MTS::IO; |