This commit is contained in:
stijn
2021-02-10 14:11:25 +01:00
parent 31610eb739
commit 093ffec420

View File

@@ -84,7 +84,7 @@ int main(void)
while(1)
{
if((PIND == 0b00000011) && (count != 0)){
if((count != 0) && (PIND == 0b00000011)){
count = 0;
setDisplay(count);
}