doc: release: 3.4: Use double backticks
Fixes a compliance error Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
5ff1088a16
commit
5a48685683
1 changed files with 2 additions and 2 deletions
|
|
@ -253,7 +253,7 @@ Deprecated in this release
|
|||
Stable API changes in this release
|
||||
==================================
|
||||
|
||||
* Removed `bt_set_oob_data_flag` and replaced it with two new API calls:
|
||||
* Removed ``bt_set_oob_data_flag`` and replaced it with two new API calls:
|
||||
* :c:func:`bt_le_oob_set_sc_flag` for setting/clearing OOB flag in SC pairing
|
||||
* :c:func:`bt_le_oob_set_legacy_flag` for setting/clearing OOB flag in legacy paring
|
||||
|
||||
|
|
@ -723,7 +723,7 @@ Build system and infrastructure
|
|||
* Babblesim is now included in the west manifest. Users can fetch it by enabling
|
||||
the ``babblesim`` group with west config.
|
||||
|
||||
* `west sign` now uses DT labels, of "fixed-partition" compatible nodes, to identify
|
||||
* ``west sign`` now uses DT labels, of "fixed-partition" compatible nodes, to identify
|
||||
application image slots, instead of previously used DT node label properties.
|
||||
If you have been using custom partition layout for MCUboot, you will have to label
|
||||
your MCUboot slot partitions with proper DT node labels; for example partition
|
||||
|
|
|
|||
Loading…
Reference in a new issue