zephyr/samples/drivers/led_pwm/prj.conf
Oliver Barta 681d44b773 samples: drivers: led_pwm: enable immediate logging mode
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>
2023-01-02 13:03:46 +01:00

8 lines
70 B
Plaintext

CONFIG_LOG=y
CONFIG_PWM=y
CONFIG_LED=y
CONFIG_LOG_MODE_IMMEDIATE=y