This commit is contained in:
Dorian Zedler 2018-07-16 14:56:11 +02:00
parent bc8d1739fa
commit 77a6ed970b

1
main.c
View file

@ -15,7 +15,6 @@ int main(void)
while (1)
{
PORTB = 0xAA;
}
}