diff options
Diffstat (limited to 'util/mts_util_lora2_reset.c')
-rw-r--r-- | util/mts_util_lora2_reset.c | 4 |
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; |