Explorar el Código

sun_usb: Turn out LED after matrix init

master
tmk hace 7 años
padre
commit
62e92645e6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      converter/sun_usb/matrix.c

+ 2
- 0
converter/sun_usb/matrix.c Ver fichero

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

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


Cargando…
Cancelar
Guardar