diff options
Diffstat (limited to 'upload')
| -rw-r--r-- | upload/upload.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/upload/upload.c b/upload/upload.c index a18244e..e3e8845 100644 --- a/upload/upload.c +++ b/upload/upload.c @@ -52,7 +52,6 @@ void retryInitSequence(FlashState* s) {    s->cCount = 0;    s->errorCount = 0;    s->startTime = util_getUnixDatetime(); -  close(s->serialPort);    putIntoBootloader();    configureSerialPort(s, MTK7697_BAUD);  } | 
