From 4e8511044707372fe07f160450df8b25684b6150 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 9 Dec 2023 11:50:23 +0100 Subject: [PATCH] heartbeat --- print/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } }