summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-04-10 17:35:10 -0500
committerJohn Klug <john.klug@multitech.com>2018-04-19 08:19:30 -0500
commit047da2f94c79b57017813fbb8301df251d887e3e (patch)
treed395bdbdc89da18abda6d5b4572747849a4bae45
parent266531e3ad68ca8e8fe641ad3db3a54e61d42913 (diff)
downloadmts-io-047da2f94c79b57017813fbb8301df251d887e3e.tar.gz
mts-io-047da2f94c79b57017813fbb8301df251d887e3e.tar.bz2
mts-io-047da2f94c79b57017813fbb8301df251d887e3e.zip
Fix typo in code
-rw-r--r--util/mts_util_lora2_reset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mts_util_lora2_reset.c b/util/mts_util_lora2_reset.c
index 9ec1607..51af81e 100644
--- a/util/mts_util_lora2_reset.c
+++ b/util/mts_util_lora2_reset.c
@@ -41,8 +41,8 @@
#define MAX_FPGA_LOADING_TIMER 10
-i/* Initial value of the port expander
- I/O states (read or read/write). */
+/* Initial value of the port expander
+ I/O states (read or read/write). */
int port_expander_val0 = -1;
int global_i2c_fd = -1;