Typo fix psram.rst
This commit is contained in:
parent
5f77e12984
commit
6eead5b0df
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ The following example will **NOT** work:
|
|||
Using PSRAM for dynamic allocations
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
PSRAM can also be used as a heap for dynamica allocations using ``pmalloc`` and
|
||||
PSRAM can also be used as a heap for dynamic allocations using ``pmalloc`` and
|
||||
``pcalloc``. These calls function exactly like normal ``malloc`` and ``calloc``
|
||||
except they allocate space from PSRAM.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue