summaryrefslogtreecommitdiff
path: root/Mode
diff options
context:
space:
mode:
authorRyan Klaassen <ryan.klaassen@multitech.com>2016-08-08 09:50:58 -0500
committerRyan Klaassen <ryan.klaassen@multitech.com>2016-08-08 09:50:58 -0500
commitc8405492c3e606560d98f64b7907fa85f7174975 (patch)
tree9ac8e8f0fd6aac3729895355868ffbfed1836c26 /Mode
parent60f83dec0efc57cd61e94f78aa0b2503d5d7cd68 (diff)
downloadmtdot-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
Diffstat (limited to 'Mode')
-rw-r--r--Mode/ModeSemtech.h3
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;