From 4908e1b27ff49c90a90a461dfe7bc8cf8c8f400d Mon Sep 17 00:00:00 2001 From: Mike Fiore Date: Thu, 2 May 2013 11:49:32 -0500 Subject: update comments in radio_reset_telit() --- io-module/mts_io.c | 4 ++-- 1 file 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; -- cgit v1.2.3