]> git.gag.com Git - fw/stlink/commitdiff
remove the keypress to exit the app
authorKarl Palsson <karlp@tweak.net.au>
Sat, 8 Oct 2011 18:50:45 +0000 (18:50 +0000)
committerKarl Palsson <karlp@tweak.net.au>
Sat, 8 Oct 2011 18:50:45 +0000 (18:50 +0000)
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);