diff options
author | John Klug <john.klug@multitech.com> | 2020-10-21 12:45:36 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-10-21 12:45:36 -0500 |
commit | 983954da09d472012ffb2af925ea184c1b62b1f9 (patch) | |
tree | 4e2304b4343f598dcbfa27de8e0656600d392b9b | |
parent | 12811c058592a69c31aea9edb6db916fad416575 (diff) | |
download | mts-io-983954da09d472012ffb2af925ea184c1b62b1f9.tar.gz mts-io-983954da09d472012ffb2af925ea184c1b62b1f9.tar.bz2 mts-io-983954da09d472012ffb2af925ea184c1b62b1f9.zip |
Add MTCAP_0_2 and MTCAP_0_3 hardware versions
-rw-r--r-- | io-module/mts_io_module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index 4ab8572..353c891 100644 --- a/io-module/mts_io_module.h +++ b/io-module/mts_io_module.h @@ -65,6 +65,8 @@ enum { MTCDTIPHP_0_0, MTCAP_0_0, MTCAP_0_1, + MTCAP_0_2, + MTCAP_0_3, MTHS_0_0, MTHS_0_1, MTCPM_0_0, |