Skip to content

Commit

Permalink
[M] close openocd telnet while download done
Browse files Browse the repository at this point in the history
  • Loading branch information
luswdev committed Apr 13, 2023
1 parent 430c64e commit f082ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/download.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
print $telnet->cmd('stm32f4x mass_erase 0');
print $telnet->cmd('flash write_image erase '.$file.' 0x08000000');
print $telnet->cmd('reset');
print $telnet->cmd('exit');
print $telnet->cmd('shutdown');

print "\n";

0 comments on commit f082ea9

Please sign in to comment.