Skip to content

Commit

Permalink
doc: Cellular: Azure FOTA sample formatting fix
Browse files Browse the repository at this point in the history
One of the Kconfig options had wrong formatting.
This PR fixes it.

Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
  • Loading branch information
peknis authored and nordicjm committed Aug 21, 2023
1 parent e28de89 commit 23b1b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/cellular/azure_fota/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Check and configure the following library Kconfig options:

.. note::
To provide the device ID used in the connection towards Azure IoT Hub at run time, set the ``device_id`` member of the :c:struct:`azure_iot_hub_config` structure when calling the :c:func:`azure_iot_hub_connect` function.
If the ``device_id.size`` buffer size is zero, the compile-time option :kconfig:option:`CONFIG_AZURE_IOT_HUB_DEVICE_ID`` is used.
If the ``device_id.size`` buffer size is zero, the compile-time option :kconfig:option:`CONFIG_AZURE_IOT_HUB_DEVICE_ID` is used.

.. include:: /libraries/modem/nrf_modem_lib/nrf_modem_lib_trace.rst
:start-after: modem_lib_sending_traces_UART_start
Expand Down

0 comments on commit 23b1b46

Please sign in to comment.