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/mtac.c | |
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/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 4cbc31f..f0f1999 100644 --- a/io-module/mtac.c +++ b/io-module/mtac.c @@ -108,6 +108,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_PULSE_1_0: break; case MTAC_LORA_0_0: |