diff options
author | Chris Overgaauw <14801878+chrisovergaauw@users.noreply.github.com> | 2022-12-19 11:18:19 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-01-19 15:59:29 +1100 |
commit | 23ef29706e3be7515d07161234208b889cebae15 (patch) | |
tree | c2ade646f04c5d951233be8f8cd8bd3b24b9cf3b /docs/reference | |
parent | 7f6345a9734f5772b2b579d2ac915cdeb1fcbed1 (diff) | |
download | micropython-23ef29706e3be7515d07161234208b889cebae15.tar.gz micropython-23ef29706e3be7515d07161234208b889cebae15.zip |
docs/reference/constrained: Add missing heap-dump symbols to mem_info().
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/constrained.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/constrained.rst b/docs/reference/constrained.rst index 8b64fd98fc..2bcf9f7fb7 100644 --- a/docs/reference/constrained.rst +++ b/docs/reference/constrained.rst @@ -392,6 +392,8 @@ Symbol Meaning F float B byte code M module + S string or bytes + A bytearray ====== ================= Each letter represents a single block of memory, a block being 16 bytes. So each |