ao-tools: reboot to loader now uses 'X' instead of 'L'
[fw/altos] / ao-tools / ao-stmload / ao-stmload.c
index c983df26fff5b83f09725c742bb3f3ef7540e7db..35d4b2990d7946078299efd20663e8f455c41cec 100644 (file)
@@ -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;