diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-01-07 17:32:00 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-01-07 17:32:00 -0600 |
commit | ae93c853b5edd59059581c5a49a99a7326e4b31b (patch) | |
tree | f646e7e20a7963edc1d43a1ac3eea931569f734f /io-module/mtac.c | |
parent | 9ca7d0bf3253fd3858a014fb0f86d5e329feb20a (diff) | |
download | mts-io-ae93c853b5edd59059581c5a49a99a7326e4b31b.tar.gz mts-io-ae93c853b5edd59059581c5a49a99a7326e4b31b.tar.bz2 mts-io-ae93c853b5edd59059581c5a49a99a7326e4b31b.zip |
add mtac-lora support1.1.0
Diffstat (limited to 'io-module/mtac.c')
-rw-r--r-- | io-module/mtac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mtac.c b/io-module/mtac.c index 828d24b..6a80576 100644 --- a/io-module/mtac.c +++ b/io-module/mtac.c @@ -98,6 +98,7 @@ static bool ap_add_product_info_attributes(int port, int type, struct attribute* case MTAC_GPIOB_0_0: case MTAC_MFSER_0_0: + case MTAC_LORA_0_0: break; default: log_error("invalid accessory card type"); |