Fix the missing mode calls.
[fw/stlink] / src / test_usb.c
index 18b4fe5b08d1e00e620ddb7c308f68d5bbd464d7..e2cba77d2df7a76901bd3a8a07439806fa488ff2 100644 (file)
@@ -47,6 +47,7 @@ int main(int ac, char** av) {
 
         printf("-- step\n");
         stlink_step(sl);
+        printf("Press enter to go to run mode and exit the debugger\n");
         getchar();
 
         printf("-- run\n");