summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-10-21 12:42:13 -0500
committerJohn Klug <john.klug@multitech.com>2020-10-21 12:42:13 -0500
commit12811c058592a69c31aea9edb6db916fad416575 (patch)
tree240b96d7cf5c4e4e5bb0b1045bcbe5053344a391
parent9f750dfa80f9e245320fbb607bc8d64e656dc6f2 (diff)
downloadmts-io-12811c058592a69c31aea9edb6db916fad416575.tar.gz
mts-io-12811c058592a69c31aea9edb6db916fad416575.tar.bz2
mts-io-12811c058592a69c31aea9edb6db916fad416575.zip
Fix HW_VERION_MTCPM_0_1 definition for new hw-version
-rw-r--r--io-module/mts_io_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h
index 29b6e81..4ab8572 100644
--- a/io-module/mts_io_module.h
+++ b/io-module/mts_io_module.h
@@ -47,7 +47,7 @@
#define HW_VERSION_MTCPM_DASH "MTCPM-"
#define HW_VERSION_MTCPM_0_0 "MTCPM-0.0"
-#define HW_VERSION_MTCPM_0_0 "MTCPM-0.1"
+#define HW_VERSION_MTCPM_0_1 "MTCPM-0.1"
enum {
MTHWUNKNOWN,