remove the keypress to exit the app
[fw/stlink] / src / test_usb.c
index e2cba77d2df7a76901bd3a8a07439806fa488ff2..1ffd47b2547242db8bfbedf84ab7efac2388d6a8 100644 (file)
@@ -47,8 +47,6 @@ 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");
         stlink_run(sl);