diff --git a/projects/test_ping/main.c b/projects/test_ping/main.c index c65fd0491e..eba917d396 100644 --- a/projects/test_ping/main.c +++ b/projects/test_ping/main.c @@ -57,6 +57,4 @@ int main(void) { shell_run(&shell); return 0; - while (1) - ; }