diff options
Diffstat (limited to 'io-module/machine/mths.c')
-rw-r--r-- | io-module/machine/mths.c | 2 |
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); |