aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky2018-01-12 11:19:27 +0200
committerDamien George2018-05-21 10:35:16 +1000
commit9480c188e82a73fce9a6d855fdd7269717f10b25 (patch)
tree4ade9ff8fe9393a6a421838562e65573fc6a2c49
parent10500459792ce23c282515fff2c8844c66eadec0 (diff)
zephyr/main: After builtin testsuite, drop to REPL.
It makes sense to make even testsuite-enabled builds be suitable for interactive use.
-rw-r--r--ports/zephyr/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/zephyr/main.c b/ports/zephyr/main.c
index 58d127ec6..a28fb3792 100644
--- a/ports/zephyr/main.c
+++ b/ports/zephyr/main.c
@@ -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: