doc: mcumgr: Fix reference formatting
Documentation build for 2.7 was failing due to using only a single character instead of double for showing a module name. Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
This commit is contained in:
parent
97d64cf104
commit
51e3cecb31
2 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ On boards where a J-Link OB is present which has both CDC and MSC (virtual Mass
|
||||||
Storage Device, also known as drag-and-drop) support, the MSD functionality can
|
Storage Device, also known as drag-and-drop) support, the MSD functionality can
|
||||||
prevent mcumgr commands over the CDC UART port from working due to how USB
|
prevent mcumgr commands over the CDC UART port from working due to how USB
|
||||||
endpoints are configured in the J-Link firmware (for example on the Nordic
|
endpoints are configured in the J-Link firmware (for example on the Nordic
|
||||||
`nrf52840dk`) because of limiting the maximum packet size (most likely to occur
|
``nrf52840dk``) because of limiting the maximum packet size (most likely to occur
|
||||||
when using image management commands for updating firmware). This issue can be
|
when using image management commands for updating firmware). This issue can be
|
||||||
resolved by disabling MSD functionality on the J-Link device, follow the
|
resolved by disabling MSD functionality on the J-Link device, follow the
|
||||||
instructions on :ref:`nordic_segger_msd` to disable MSD support.
|
instructions on :ref:`nordic_segger_msd` to disable MSD support.
|
||||||
|
|
|
@ -253,7 +253,7 @@ On boards where a J-Link OB is present which has both CDC and MSC (virtual Mass
|
||||||
Storage Device, also known as drag-and-drop) support, the MSD functionality can
|
Storage Device, also known as drag-and-drop) support, the MSD functionality can
|
||||||
prevent mcumgr commands over the CDC UART port from working due to how USB
|
prevent mcumgr commands over the CDC UART port from working due to how USB
|
||||||
endpoints are configured in the J-Link firmware (for example on the Nordic
|
endpoints are configured in the J-Link firmware (for example on the Nordic
|
||||||
`nrf52840dk`) because of limiting the maximum packet size (most likely to occur
|
``nrf52840dk``) because of limiting the maximum packet size (most likely to occur
|
||||||
when using image management commands for updating firmware). This issue can be
|
when using image management commands for updating firmware). This issue can be
|
||||||
resolved by disabling MSD functionality on the J-Link device, follow the
|
resolved by disabling MSD functionality on the J-Link device, follow the
|
||||||
instructions on :ref:`nordic_segger_msd` to disable MSD support.
|
instructions on :ref:`nordic_segger_msd` to disable MSD support.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue