summaryrefslogtreecommitdiff
path: root/io-module
diff options
context:
space:
mode:
Diffstat (limited to 'io-module')
-rw-r--r--io-module/mts_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c
index c9eb5ed..3609d1a 100644
--- a/io-module/mts_io.c
+++ b/io-module/mts_io.c
@@ -187,7 +187,7 @@ static int radio_reset(void)
return ret;
}
- udelay(1000);
+ mdelay(250);
ret = at91_set_gpio_value(GPIO_RADIO_RESET, 1);