summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
authorLeo C.2024-08-06 12:36:57 +0200
committerLeo C.2024-08-06 12:36:57 +0200
commitcf343962a20706fd6158ba1be469be93dccdfd9b (patch)
tree0a643e1d89660f659fe1c60128e8d90f77706299 /avr/command_tbl.c
parent2d40bd4530c2e2ae26663d4d3ea4bd4eae19407d (diff)
downloadz180-stamp-cf343962a20706fd6158ba1be469be93dccdfd9b.zip
Keep some ro data in flash using __memx address space.HEADmaster
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index 053b856..6b165f0 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -121,7 +121,7 @@ CMD_TBL_ITEM_COMPLETE(
var_complete
),
CMD_TBL_ITEM(
- boot, 1, 1, do_bootd,
+ boot, 1, 0, do_bootd,
"boot default, i.e., run 'bootcmd'",
""
),