diff options
author | Ryan Klaassen <ryan.klaassen@multitech.com> | 2016-08-08 09:50:58 -0500 |
---|---|---|
committer | Ryan Klaassen <ryan.klaassen@multitech.com> | 2016-08-08 09:50:58 -0500 |
commit | c8405492c3e606560d98f64b7907fa85f7174975 (patch) | |
tree | 9ac8e8f0fd6aac3729895355868ffbfed1836c26 | |
parent | 60f83dec0efc57cd61e94f78aa0b2503d5d7cd68 (diff) | |
download | mtdot-box-evb-factory-firmware-c8405492c3e606560d98f64b7907fa85f7174975.tar.gz mtdot-box-evb-factory-firmware-c8405492c3e606560d98f64b7907fa85f7174975.tar.bz2 mtdot-box-evb-factory-firmware-c8405492c3e606560d98f64b7907fa85f7174975.zip |
Replace ModeSemtech.h
-rw-r--r-- | Mode/ModeSemtech.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mode/ModeSemtech.h b/Mode/ModeSemtech.h index 11a3de8..4812ec4 100644 --- a/Mode/ModeSemtech.h +++ b/Mode/ModeSemtech.h @@ -47,8 +47,7 @@ private: float _temp_C; std::vector<uint8_t> _send_data; - uint8_t _parameter, _padding, _interval, - _max_padding, _band; + uint8_t _parameter, _padding, _interval,_max_padding, _band; bool _drAll, _link_check, _GPS; string _Sw1, _Sw2; |