sun_usb: Turn out LED after matrix init
This commit is contained in:
parent
74019c8e41
commit
62e92645e6
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ void matrix_init(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print(" Done\n");
|
print(" Done\n");
|
||||||
|
|
||||||
|
PORTD &= ~(1<<6);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue