Browse Source

sun_usb: Turn out LED after matrix init

master
tmk 7 years ago
parent
commit
62e92645e6
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      converter/sun_usb/matrix.c

+ 2
- 0
converter/sun_usb/matrix.c View File

@@ -75,6 +75,8 @@ void matrix_init(void)
}
}
print(" Done\n");

PORTD &= ~(1<<6);
return;
}


Loading…
Cancel
Save