cleanup
This commit is contained in:
parent
2bf5c97afa
commit
0448cf3394
@ -181,7 +181,7 @@ static void unselect_rows(void)
|
|||||||
// Hi-Z(DDR:0, PORT:0) to unselect
|
// Hi-Z(DDR:0, PORT:0) to unselect
|
||||||
DDRD &= ~0b00010011;
|
DDRD &= ~0b00010011;
|
||||||
PORTD &= ~0b00010011;
|
PORTD &= ~0b00010011;
|
||||||
DDRC &= ~0b01000000;
|
DDRC &= ~0b01000000;
|
||||||
PORTC &= ~0b01000000;
|
PORTC &= ~0b01000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user