diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-22 20:56:00 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-07 21:30:26 -0700 |
commit | 9029722708b54826aa9374555470cb40922c5da5 (patch) | |
tree | 42a55488129f7545b12bcb4770ba4af41c75ec69 /ao-tools | |
parent | dfc268e0021e1cd3045f73339a749d292a6a6300 (diff) |
ao-tools: reboot to loader now uses 'X' instead of 'L'
'L' is used by lots of other commands; switch to 'X' which is free.
Sigh. Someday we'll have words for commands instead of just letters
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools')
-rw-r--r-- | ao-tools/ao-stmload/ao-stmload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-stmload/ao-stmload.c b/ao-tools/ao-stmload/ao-stmload.c index c983df26..35d4b299 100644 --- a/ao-tools/ao-stmload/ao-stmload.c +++ b/ao-tools/ao-stmload/ao-stmload.c @@ -403,7 +403,7 @@ main (int argc, char **argv) if (is_loader) break; printf ("rebooting to loader\n"); - cc_usb_printf(cc, "L\n"); + cc_usb_printf(cc, "X\n"); cc_usb_close(cc); sleep(1); cc = NULL; |