doc: esp32: fix rendering of MCUboot note

Use proper syntax to ensure rendering of the
CONFIG_BOOTLOADER_MCUBOOT snippet is correct.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-07-01 11:11:40 +02:00 committed by Alberto Escolar
commit 5a07cf4e0d
25 changed files with 98 additions and 74 deletions

View file

@ -161,9 +161,10 @@ There are two options to be used when building an application:
User can select the MCUboot bootloader by adding the following line
to the board default configuration file.
```
CONFIG_BOOTLOADER_MCUBOOT=y
```
.. code:: cfg
CONFIG_BOOTLOADER_MCUBOOT=y
Sysbuild
========