diff options
author | John Klug <john.klug@multitech.com> | 2021-09-03 04:59:39 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-09-03 05:02:41 -0500 |
commit | 1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999 (patch) | |
tree | e584dc2b9e399a37817fe2c4dccaa2e645702c1b /io-module/machine/mtcap.c | |
parent | bc918398a517f618ac102cde2ade494924a85a0c (diff) | |
download | mts-io-1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999.tar.gz mts-io-1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999.tar.bz2 mts-io-1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999.zip |
radio reset monitor feature and MTRV1-0.4 hardware4.7.0
Diffstat (limited to 'io-module/machine/mtcap.c')
-rw-r--r-- | io-module/machine/mtcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/machine/mtcap.c b/io-module/machine/mtcap.c index 0d4af0f..e013f14 100644 --- a/io-module/machine/mtcap.c +++ b/io-module/machine/mtcap.c @@ -349,7 +349,7 @@ static int radio_reset_mtcap(int radio_model) if (!rst_pin || !onoff_pin) { return -ENODEV; } - + reset_radio_udev_discovery(); // // Unconditional shutdown // |