Turn on the front LED at boot time like we do with the Avila.
This commit is contained in:
parent
44922175cd
commit
821d1f8732
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user