mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
Documentation/applications/boot/nxboot: fix incorrect fnc description
Build / Fetch-Source (push) Has been cancelled
Build / Linux-Arch (push) Has been cancelled
Build / Linux (push) Has been cancelled
Build / macOS-Arch (push) Has been cancelled
Build / macOS (push) Has been cancelled
Build / msys2-Arch (push) Has been cancelled
Build / msys2 (push) Has been cancelled
Build / msvc-Arch (push) Has been cancelled
Build / msvc (push) Has been cancelled
Build / Fetch-Source (push) Has been cancelled
Build / Linux-Arch (push) Has been cancelled
Build / Linux (push) Has been cancelled
Build / macOS-Arch (push) Has been cancelled
Build / macOS (push) Has been cancelled
Build / msys2-Arch (push) Has been cancelled
Build / msys2 (push) Has been cancelled
Build / msvc-Arch (push) Has been cancelled
Build / msvc (push) Has been cancelled
Fixes incorrect nxboot_get_confirm function description (it was a copy paste from nxboot_confirm function). Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
@@ -277,8 +277,8 @@ Enabling ``CONFIG_BOOT_NXBOOT`` option provides following NXboot API.
|
||||
|
||||
.. c:function:: int nxboot_get_confirm(void)
|
||||
|
||||
Confirms the image currently located in primary partition and marks
|
||||
its copy in update partition as a recovery.
|
||||
Obtains the information if currently running image is confirmed (and
|
||||
thus stable) or not.
|
||||
|
||||
:return: 1 means confirmed, 0 not confirmed, -1 and sets errno on failure.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user