diff options
author | John Klug <john.klug@multitech.com> | 2018-08-06 18:03:48 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-08-06 18:03:48 -0500 |
commit | 342ba736041efa33ccc5c76b67e7214c5cbcd6fd (patch) | |
tree | 4e079c024db44d128969d749a6d8ce4284c04616 /io-module/mtac.c | |
parent | 12eb0abd4bb74af5a2f45485e1a6b53b1cd422bc (diff) | |
parent | 00608c8b64d34dbfe864dfcec44b8a3fbff2db67 (diff) | |
download | mts-io-342ba736041efa33ccc5c76b67e7214c5cbcd6fd.tar.gz mts-io-342ba736041efa33ccc5c76b67e7214c5cbcd6fd.tar.bz2 mts-io-342ba736041efa33ccc5c76b67e7214c5cbcd6fd.zip |
Merge branch 'mtac-pulse' into 'master'
added MTAC Pulse card support for Blue Pillar
See merge request !15
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: |