- LED[0..3] are off after reset

git-svn-id: http://moon:8086/svn/projects/HendiControl@170 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-30 01:26:47 +00:00
parent 5da3003189
commit 03abcd10f6
+1 -1
View File
@@ -12,7 +12,7 @@ void port_init()
{
DDRD = 0xFC;
DDRB = 0x06;
PORTD = 0xC0;
PORTD = 0xFC;
PORTB = 0x04;
}