Skip to content

Commit af14ea5

Browse files
committed
doc: minor fix around Kconfig refs
Signed-off-by: Eduardo Montoya <[email protected]>
1 parent 3dc5176 commit af14ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuring/configuring_zboss_traces.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,13 @@ For information on configuring USB trace logs in this scenario, see the :ref:`Zi
211211
Before proceeding with the following steps, first check if your Zigbee application has USB enabled or is currently using USB.
212212
If your application is already using a virtual COM port through native USB, use a device name that is different from the default ``CDC_ACM_0`` when creating a new virtual COM port for printing trace logs.
213213
For example, if ``CDC_ACM_0`` is already in use, create a virtual COM port named ``CDC_ACM_1``.
214-
Additionally, you must set the :kconfig:option:`CONFIG_USB_COMPOSITE_DEVICE` Kconfig option when configuring multiple virtual COM ports.
214+
Additionally, you must set the ``CONFIG_USB_COMPOSITE_DEVICE`` Kconfig option when configuring multiple virtual COM ports.
215215

216216
Refer to the :ref:`Zigbee NCP <zigbee_ncp_sample>` documentation page for an example in which one virtual COM port instance is already configured, and an additional instance must be created.
217217

218218
To configure trace logs using native USB, complete the following steps:
219219

220-
1. Set the Kconfig option :kconfig:option:`CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING`.
220+
1. Set the Kconfig option ``CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING``.
221221
This also enables the necessary USB Kconfig options.
222222

223223
#. Create a virtual COM port that will be used for printing ZBOSS trace logs by extending the DTS overlay file for the selected board by running the following command:

0 commit comments

Comments
 (0)