remove the keypress to exit the app

pull/29/head
Karl Palsson 2011-10-08 18:50:45 +00:00
rodzic 4e95d10aa8
commit 1b2e65ae06
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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);