diff options
-rw-r--r-- | io-module/mts_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c index ba55a1b..11cdcf4 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -1190,7 +1190,7 @@ static int radio_reset_telit(void) msleep(500); - // set pin high (high Z) + // set pin high ret = at91_set_gpio_output_with_pullup(rst_pin->pin, 1, rst_pin->use_pullup); if (ret) { return ret; @@ -1207,7 +1207,7 @@ static int radio_reset_telit(void) msleep(6000); - // set on/off pin high (high Z) + // set on/off pin high ret = at91_set_gpio_output_with_pullup(onoff_pin->pin, 1, onoff_pin->use_pullup); if (ret) { return ret; |