This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Commit 6b80743
committed
typing extra "#" to not re-execute old commands
we send "\n" before every command to make sure we have a clean prompt. But in doing so we mistakenly re-execute the previous command. That seems ot be the unfortunate u-boot shell behavior. Let's type "#\n" that "runs" an empty command that doesn't do anything and has the same clean prompt response we want.1 parent 00c64e5 commit 6b80743
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments