doc: develop: Fix typo in newlib page
Add a missing space to fix documentation display issues. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
801fe1fa06
commit
3d5a28a394
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ be accessed from the user mode threads.
|
||||||
The amount of memory space available for the Newlib heap depends on the system
|
The amount of memory space available for the Newlib heap depends on the system
|
||||||
configurations:
|
configurations:
|
||||||
|
|
||||||
* When MMU is enabled (:kconfig:option:`CONFIG_MMU`is selected), the amount of
|
* When MMU is enabled (:kconfig:option:`CONFIG_MMU` is selected), the amount of
|
||||||
memory space reserved for the Newlib heap is set by the size of the free
|
memory space reserved for the Newlib heap is set by the size of the free
|
||||||
memory space returned by the :c:func:`k_mem_free_get` function or the
|
memory space returned by the :c:func:`k_mem_free_get` function or the
|
||||||
:kconfig:option:`CONFIG_NEWLIB_LIBC_MAX_MAPPED_REGION_SIZE`, whichever is the
|
:kconfig:option:`CONFIG_NEWLIB_LIBC_MAX_MAPPED_REGION_SIZE`, whichever is the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue