Browse Source

remove unbalanced curly brace

Simon Fischer 2 years ago
parent
commit
29e3a47e46
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/shellmatta_ymodem.c

+ 0 - 1
src/shellmatta_ymodem.c

@@ -317,7 +317,6 @@ void shellmatta_ymodem_receive_packet(shellmatta_handle_t handle, uint8_t byteIn
                     /* save data */
                     shellmatta_ymodem_packet.packetData[shellmatta_ymodem_byte_counter - YMODEM_HEADER_DATA_OFFSET] = byteIn;
                 }
-                }
                 shellmatta_ymodem_byte_counter++;
                 break;