zephyr/main: After builtin testsuite, drop to REPL.
It makes sense to make even testsuite-enabled builds be suitable for interactive use.
This commit is contained in:
parent
1050045979
commit
9480c188e8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue