diff options
Diffstat (limited to 'io-module/mts_io.c')
-rw-r--r-- | io-module/mts_io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c index d36f721..f7d53e5 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -1426,7 +1426,8 @@ static int radio_off_telit(void) return ret; } - msleep(200); + // wait for radio to power off + msleep(5000); // check that power is low value = at91_get_gpio_value(pwrmon_pin->pin); |