summaryrefslogtreecommitdiff
path: root/util
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-10 17:35:10 -0500
commit911a6f4dce0ed58ff8ca78037713c2d755957bd4 (patch)
treed395bdbdc89da18abda6d5b4572747849a4bae45 /util
parent8f19a2fae43f9c35def0fc8e6f48315f1d13b144 (diff)
downloadmts-io-911a6f4dce0ed58ff8ca78037713c2d755957bd4.tar.gz
mts-io-911a6f4dce0ed58ff8ca78037713c2d755957bd4.tar.bz2
mts-io-911a6f4dce0ed58ff8ca78037713c2d755957bd4.zip
Fix typo in code
Diffstat (limited to 'util')
-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;