Remove useless message.

pull/1/head
Peter Zotov 2011-02-17 16:45:03 +03:00
rodzic 955d5f26dd
commit a4ae2f66b6
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -476,8 +476,6 @@ int serve(struct stlink* sl, int port) {
case 'c':
stlink_run(sl);
printf("Core running, waiting for interrupt (either in chip or GDB).\n");
while(1) {
int status = gdb_check_for_interrupt(client);
if(status < 0) {