diff options
| author | John Klug <john.klug@multitech.com> | 2020-10-21 14:12:36 -0500 | 
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2020-10-21 14:12:36 -0500 | 
| commit | fb2210e2cf1165f1fdd7dd5dbffb6e86e3de49e3 (patch) | |
| tree | 1e6fa3d421f82432ec53b13d75fa44fd405aa9a8 | |
| parent | 983954da09d472012ffb2af925ea184c1b62b1f9 (diff) | |
| download | mts-io-fb2210e2cf1165f1fdd7dd5dbffb6e86e3de49e3.tar.gz mts-io-fb2210e2cf1165f1fdd7dd5dbffb6e86e3de49e3.tar.bz2 mts-io-fb2210e2cf1165f1fdd7dd5dbffb6e86e3de49e3.zip | |
Add missing MTCDTIP_0_0 hardware type
| -rw-r--r-- | io-module/mts_io_module.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index 353c891..1374032 100644 --- a/io-module/mts_io_module.h +++ b/io-module/mts_io_module.h @@ -62,6 +62,7 @@ enum {  	MTRV1_0_3,  	MTCDT_0_0,  	MTCDT_0_1, +	MTCDTIP_0_0,  	MTCDTIPHP_0_0,  	MTCAP_0_0,  	MTCAP_0_1, | 
