Skip to content

Commit

Permalink
fix upper V2.00 versions, download through 8 uart failed. 8 uart func…
Browse files Browse the repository at this point in the history
…tion is as same as 8 usb without dynamic detection #2
  • Loading branch information
nxp-jay committed Mar 14, 2022
1 parent cc7153d commit cb947ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def _stopTask( self, thread ):

def _deinitToolToExit( self ):
self._stopTask(g_task_detectUsbhid)
self._stopTask(g_task_uartAllInOneAction)
self._stopTask(g_task_uartAllInOneAction[0])
self._stopTask(g_task_usbAllInOneAction[0])
self._stopTask(g_task_increaseGauge)
global g_main_win
Expand Down

0 comments on commit cb947ec

Please sign in to comment.