From 1b2e65ae0601662473fbc958bf13d8b803df8a8b Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sat, 8 Oct 2011 18:50:45 +0000 Subject: [PATCH] remove the keypress to exit the app --- src/test_usb.c | 2 -- 1 file changed, 2 deletions(-) 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);