diff options
author | Jason Reiss <jreiss@multitech.com> | 2016-10-13 15:24:34 -0500 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2016-10-13 15:24:34 -0500 |
commit | f05c31964a5113234a107f1a6bb1681038e27427 (patch) | |
tree | dcd3b9231e8d5da2f5078342199fb96eaede29fb | |
parent | c45f59cbbdb6bd0642be786af6d335691ece9e3b (diff) | |
download | mts-io-f05c31964a5113234a107f1a6bb1681038e27427.tar.gz mts-io-f05c31964a5113234a107f1a6bb1681038e27427.tar.bz2 mts-io-f05c31964a5113234a107f1a6bb1681038e27427.zip |
mtac_lora: add 1_1 hw define
-rw-r--r-- | io-module/mts_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index e16fa88..cc33b80 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -56,7 +56,7 @@ struct device_attribute _dev_name = { \ #define HW_VERSION_MTAC_LORA_0_0 "MTAC-LORA-0.0" /* MTAC-LORA2 with FTDI FT232H */ #define HW_VERSION_MTAC_LORA_1_0 "MTAC-LORA-1.0" -#define HW_VERSION_MTAC_LORA_1_0 "MTAC-LORA-1.1" +#define HW_VERSION_MTAC_LORA_1_1 "MTAC-LORA-1.1" #define HW_VERSION_MTAC_LORA_1_5 "MTAC-LORA-1.5" #define HW_VERSION_MTCBA2_2_0 "MTCBA2-2.0" |