Turn on the front LED at boot time like we do with the Avila.

This commit is contained in:
rpaulo 2010-02-10 11:40:18 +00:00
parent 44922175cd
commit 821d1f8732

View File

@ -74,6 +74,8 @@ fled_attach(device_t dev)
sc->sc_led = led_create(fled_cb, dev, "front");
led_func(sc, 1); /* Turn on LED */
return 0;
}