From: Karl Palsson Date: Sat, 8 Oct 2011 18:50:45 +0000 (+0000) Subject: remove the keypress to exit the app X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1b2e65ae0601662473fbc958bf13d8b803df8a8b;p=fw%2Fstlink remove the keypress to exit the app --- diff --git a/src/test_usb.c b/src/test_usb.c index e2cba77..1ffd47b 100644 --- a/src/test_usb.c +++ b/src/test_usb.c @@ -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);