diff options
author | John Klug <john.klug@multitech.com> | 2021-10-29 10:45:43 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-11-12 12:00:50 -0600 |
commit | fdc6f30e9da19f19669ecfc6c66d02abf9057959 (patch) | |
tree | 1f30ba77204c5307aea4bf1ab4f73ff77495aa5c /io-module/version.h | |
parent | 0e772e1a11a545571232de6387699b73ac3278bf (diff) | |
download | mts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.tar.gz mts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.tar.bz2 mts-io-fdc6f30e9da19f19669ecfc6c66d02abf9057959.zip |
MTCDT-0.2 with PCA9557 support
Diffstat (limited to 'io-module/version.h')
-rw-r--r-- | io-module/version.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/io-module/version.h b/io-module/version.h new file mode 100644 index 0000000..fff0a7a --- /dev/null +++ b/io-module/version.h @@ -0,0 +1,9 @@ +#ifndef __VERSION_H +#define __VERSION_H + +#define DRIVER_VERSION "v4.8.0" +#define DRIVER_AUTHOR "Multitech Systems" +#define DRIVER_DESC "MTS-IO Controller" +#define DRIVER_NAME "mts-io" + +#endif |