zephyr/main: After builtin testsuite, drop to REPL.

It makes sense to make even testsuite-enabled builds be suitable for
interactive use.
pull/3784/merge
Paul Sokolovsky 2018-01-12 11:19:27 +02:00 zatwierdzone przez Damien George
rodzic 1050045979
commit 9480c188e8
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -92,7 +92,6 @@ int real_main(void) {
upytest_set_heap(heap, heap + sizeof(heap));
int r = tinytest_main(1, argv, groups);
printf("status: %d\n", r);
return 0;
#endif
soft_reset: