Skip to content

Commit d128989

Browse files
lemreyrlubos
authored andcommitted
lib: qos: put log level Kconfig into library menu
Log level Kconfig was outside of the library's own menu. That option only makes sense if the library is enabled, so move it inside the library menu. Signed-off-by: Emanuele Di Santo <[email protected]>
1 parent 50ea0fe commit d128989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/qos/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ config QOS_MESSAGE_NOTIFY_TIMEOUT_SECONDS
2626
How often the library will notify unACKed messages flagged with
2727
QOS_FLAG_RELIABILITY_ACK_REQUIRED
2828

29-
endif # QOS
30-
3129
module = QOS
3230
module-str = QoS
3331
source "subsys/logging/Kconfig.template.log_config"
32+
33+
endif # QOS

0 commit comments

Comments
 (0)