681d44b773
The default deferred logging mode is not appropriate here. The LOG_INF messages "Turned on", "Turned off", ... indicate the current state and should be printed immediately to keep log output in sync with actual LED state. Signed-off-by: Oliver Barta <o.barta89@gmail.com>
8 lines
70 B
Plaintext
8 lines
70 B
Plaintext
CONFIG_LOG=y
|
|
|
|
CONFIG_PWM=y
|
|
|
|
CONFIG_LED=y
|
|
|
|
CONFIG_LOG_MODE_IMMEDIATE=y
|