Skip to content

Commit 8480030

Browse files
authored
use maintenance flush register-cache instead of flushregs
1 parent d217110 commit 8480030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ def _add_dynamic_options(self, board):
830830
"set mi-async on",
831831
"define pio_reset_halt_target",
832832
" monitor reset halt",
833-
" flushregs",
833+
" maintenance flush register-cache",
834834
"end",
835835
"define pio_reset_run_target",
836836
" monitor reset",

0 commit comments

Comments
 (0)