heartbeat
This commit is contained in:
parent
d89ecc7062
commit
4e85110447
|
@ -15,8 +15,8 @@ int main (void)
|
|||
sei();
|
||||
while (1)
|
||||
{
|
||||
// uart_prints("foofofofo");
|
||||
// _delay_ms(1000);
|
||||
uart_prints("foofofofo");
|
||||
_delay_ms(1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue