summaryrefslogtreecommitdiff
path: root/io-module/machine/mths.c
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-09-03 04:59:39 -0500
committerJohn Klug <john.klug@multitech.com>2021-09-03 05:02:41 -0500
commit1d2d4cb343e6d8b290e801a7dc776f9fb0aa8999 (patch)
treee584dc2b9e399a37817fe2c4dccaa2e645702c1b /io-module/machine/mths.c
parentbc918398a517f618ac102cde2ade494924a85a0c (diff)
downloadmts-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/mths.c')
-rw-r--r--io-module/machine/mths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/machine/mths.c b/io-module/machine/mths.c
index 1922d88..b74e69f 100644
--- a/io-module/machine/mths.c
+++ b/io-module/machine/mths.c
@@ -658,7 +658,7 @@ static int radio_reset_mths(void)
if (!rst_pin || !onoff_pin) {
return -ENODEV;
}
-
+ reset_radio_udev_discovery();
// drive reset pin low for 500ms
gpio_set_value(rst_pin->pin.gpio, 0);