INIT Fix
This commit is contained in:
parent
0658e8d865
commit
fc1dfed471
2 changed files with 9 additions and 8 deletions
|
@ -2,3 +2,11 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
rsource "is31fl3733/Kconfig"
|
||||
|
||||
|
||||
config LED_INIT_PRIORITY
|
||||
int "LED initialization priority"
|
||||
default 90
|
||||
help
|
||||
System initialization priority for LED drivers.
|
||||
|
|
@ -11,10 +11,3 @@ config IS31FL3733
|
|||
programmed via an I2C compatible interface. Each
|
||||
LED can be dimmed individually with 8-bit PWM data
|
||||
which allowing 256 steps of linear dimming
|
||||
|
||||
config LED_INIT_PRIORITY
|
||||
int "LED initialization priority"
|
||||
default 90
|
||||
help
|
||||
System initialization priority for LED drivers.
|
||||
|
Loading…
Add table
Reference in a new issue