basic terminal
[cortex-from-scratch] / systick.c
index ed062c0..40e7862 100644 (file)
--- a/systick.c
+++ b/systick.c
@@ -20,7 +20,7 @@ struct interrupt_frame {
 void * systick_handler(/* struct interrupt_frame * frame */) {
 
 //     uint32_t volatile status;
-       uart_puts("TICKING\n");
+       //uart_puts("TICKING\n");
 //     for(;;);
 }