mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Fix previous commit: led_func() doesn't exist, it should be fled_cb().
Pointed out by: bz
This commit is contained in:
parent
a6b62947cf
commit
4cd0801096
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ fled_attach(device_t dev)
|
|||
|
||||
sc->sc_led = led_create(fled_cb, dev, "front");
|
||||
|
||||
led_func(sc, 1); /* Turn on LED */
|
||||
fled_cb(sc, 1); /* Turn on LED */
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue