From 12811c058592a69c31aea9edb6db916fad416575 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 21 Oct 2020 12:42:13 -0500 Subject: Fix HW_VERION_MTCPM_0_1 definition for new hw-version --- io-module/mts_io_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3