diff options
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 { |