raising and failing edge capture on TIM4
[cortex-from-scratch] / term.c
diff --git a/term.c b/term.c
index 9be55e4..7ce25ce 100644 (file)
--- a/term.c
+++ b/term.c
@@ -139,7 +139,7 @@ void terminal() {
 
 
        char *buf;
-        cputs("WELCOME TO ROBSYS!\n");
+        //cputs("WELCOME TO ROBSYS!\n");
  
          while (1) {
                  buf = readline("root# ");