Skip to content

Commit

Permalink
cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
losehu committed Jul 10, 2024
1 parent fa8b731 commit 8662f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bl-toolkit/OpenOCD/target/dp32g030.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ proc wipe_rom {} {
select_region 0
if {[rom_mask_off] != 4} {
echo "\nROM Masking failed to disable!"
# close $fd
# return
close $fd
return
}
wipe_sector_range 0 [expr {$_FLASH_SIZE / $_SECTOR_SIZE}]
}
Expand Down

0 comments on commit 8662f09

Please sign in to comment.