summaryrefslogtreecommitdiff
path: root/src/app/bench/main.cc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-01-12 14:40:30 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-01-12 14:40:30 +0100
commit3875f37b2ce1d020aaf5174ea2a885bfdb98db98 (patch)
tree8815e77b3407ea45209bb03147dd08be82b8e539 /src/app/bench/main.cc
parentc00a200c508e18c41b6c55506ee35a2f21a6fa57 (diff)
add stdin for esp8266 and msp430 as well as preliminary shell app
Diffstat (limited to 'src/app/bench/main.cc')
-rw-r--r--src/app/bench/main.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/bench/main.cc b/src/app/bench/main.cc
index cdbc00f..ee11a06 100644
--- a/src/app/bench/main.cc
+++ b/src/app/bench/main.cc
@@ -59,10 +59,5 @@ int main(void)
arch.idle_loop();
- //uart_setup();
- //uart_puts("\n" COL_YELLOW "dOS" COL_GREEN " > " COL_RESET);
-
- //arch_idle_loop();
-
return 0;
}