Skip to content

Commit 5f90cc0

Browse files
committed
samples: net: mqtt: Use proper Kconfig option names
Use the correct Kconfig options names instead of generalized one that does not exist. Signed-off-by: Robert Lubos <[email protected]>
1 parent 7e636d0 commit 5f90cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/mqtt/doc/architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following code snippet shows how a module thread polls for incoming messages
5858
Zbus implements internal message queues for subscribers.
5959
In some cases, depending on the use case, it might be necessary to increase the queue size for a particular subscriber.
6060
Especially if the module thread can block for some time.
61-
To increase the message queue associated with a subscriber, increase the value of the corresponding Kconfig option, ``CONFIG_MQTT_SAMPLE_<MODULE_NAME>_MESSAGE_QUEUE_SIZE``.
61+
To increase the message queue associated with a subscriber, increase the value of the corresponding Kconfig option, ``CONFIG_MQTT_SAMPLE_SAMPLER_MESSAGE_QUEUE_SIZE`` or ``CONFIG_MQTT_SAMPLE_TRANSPORT_MESSAGE_QUEUE_SIZE``.
6262

6363
Modules that are setup as listeners have dedicated callbacks that are invoked every time there is a change to an observing channel.
6464
The difference between a listener and a subscriber is that listeners do not require a dedicated thread to process incoming messages.

0 commit comments

Comments
 (0)