From fc1dfed4715cf828f4840a85644c1d22800fe392 Mon Sep 17 00:00:00 2001 From: retic1337 Date: Wed, 30 Dec 2020 18:58:16 -0800 Subject: [PATCH] INIT Fix --- app/drivers/led/Kconfig | 8 ++++++++ app/drivers/led/is31fl3733/Kconfig | 9 +-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/drivers/led/Kconfig b/app/drivers/led/Kconfig index b5c5ed23..5474bcc3 100644 --- a/app/drivers/led/Kconfig +++ b/app/drivers/led/Kconfig @@ -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. + \ No newline at end of file diff --git a/app/drivers/led/is31fl3733/Kconfig b/app/drivers/led/is31fl3733/Kconfig index 390a0832..087865e5 100644 --- a/app/drivers/led/is31fl3733/Kconfig +++ b/app/drivers/led/is31fl3733/Kconfig @@ -10,11 +10,4 @@ config IS31FL3733 matrix driver with 1/12 cycle rate. The device can be 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. - \ No newline at end of file + which allowing 256 steps of linear dimming \ No newline at end of file