Fix possible conflicts with portD
This commit is contained in:
@ -340,7 +340,8 @@ int main(void) {
|
||||
PORTD = 0;
|
||||
PORTB = 0;
|
||||
/* all outputs except PD2 = INT0 */
|
||||
DDRD = ~(1 << 2);
|
||||
/*DDRD = ~(1 << 2);*/
|
||||
DDRD = 0x00;
|
||||
|
||||
/* output SE0 for USB reset */
|
||||
DDRB = ~0;
|
||||
|
Reference in New Issue
Block a user