heartbeat

This commit is contained in:
Christoph J. Scherr 2023-12-09 11:50:23 +01:00
parent d89ecc7062
commit 4e85110447
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ int main (void)
sei(); sei();
while (1) while (1)
{ {
// uart_prints("foofofofo"); uart_prints("foofofofo");
// _delay_ms(1000); _delay_ms(1000);
} }
} }