diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-21 09:32:04 -0600 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-21 09:32:39 -0600 |
commit | eee329cd45e5ead12223bf060b33f4fe1e2a5c8c (patch) | |
tree | 1e957c0fa3c046f15bf800d7be11ecb91b263238 /io-module/mts_io.c | |
parent | 8e4388b94c54cd19e956422a1f9a28def0993c41 (diff) | |
download | mts-io-eee329cd45e5ead12223bf060b33f4fe1e2a5c8c.tar.gz mts-io-eee329cd45e5ead12223bf060b33f4fe1e2a5c8c.tar.bz2 mts-io-eee329cd45e5ead12223bf060b33f4fe1e2a5c8c.zip |
mtcap:fix: lora_reset init low1.5.4
Diffstat (limited to 'io-module/mts_io.c')
-rw-r--r-- | io-module/mts_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c index 333e4b6..b71eabb 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -47,7 +47,7 @@ #include "mts_io.h" -#define DRIVER_VERSION "v1.5.3" +#define DRIVER_VERSION "v1.5.4" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" |