diff --git a/print/main.c b/print/main.c index a2ce855..50594ed 100644 --- a/print/main.c +++ b/print/main.c @@ -15,8 +15,8 @@ int main (void) sei(); while (1) { - // uart_prints("foofofofo"); - // _delay_ms(1000); + uart_prints("foofofofo"); + _delay_ms(1000); } }