heartbeat
This commit is contained in:
parent
d89ecc7062
commit
4e85110447
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue