diff options
author | Gary Cole <gary.cole@connecteddev.com> | 2018-08-06 17:02:25 -0400 |
---|---|---|
committer | Gary Cole <gary.cole@connecteddev.com> | 2018-08-06 17:02:25 -0400 |
commit | 00608c8b64d34dbfe864dfcec44b8a3fbff2db67 (patch) | |
tree | 4e079c024db44d128969d749a6d8ce4284c04616 /io-module/mts_io.h | |
parent | 12eb0abd4bb74af5a2f45485e1a6b53b1cd422bc (diff) | |
download | mts-io-00608c8b64d34dbfe864dfcec44b8a3fbff2db67.tar.gz mts-io-00608c8b64d34dbfe864dfcec44b8a3fbff2db67.tar.bz2 mts-io-00608c8b64d34dbfe864dfcec44b8a3fbff2db67.zip |
added MTAC Pulse card support for Blue Pillar
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 43523ea..780ee18 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -59,6 +59,7 @@ struct device_attribute mts_dev_name = { \ #define PRODUCT_ID_MTAC_ETH "MTAC-ETH" #define PRODUCT_ID_MTAC_LORA "MTAC-LORA" #define PRODUCT_ID_MTHS "MTHS" +#define PRODUCT_ID_MTAC_PULSE "MTAC-PULSE" /* Hardware version must be fewer characters than hw_version in struct mts_ap_eeprom_layout */ @@ -112,6 +113,7 @@ enum { MTAC_LORA_1_0, MTAC_LORA_1_1, MTAC_LORA_1_5, + MTAC_PULSE_1_0, }; struct gpio_pin { |