Skip to content

Commit

Permalink
Updated C binary sizes in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 7, 2020
1 parent 7df4ed6 commit ca0a262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/c/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,23 @@ All functionality enabled.
$ make -s -C examples/in_place all
text data bss dec hex filename
8973 608 8 9589 2575 in-place
9048 664 8 9720 25f8 in-place
Only heatshrink decompression.

.. code-block:: text
$ make -s -C examples/in_place heatshrink
text data bss dec hex filename
6339 544 8 6891 1aeb in-place-heatshrink
6582 600 8 7190 1c16 in-place-heatshrink
Only CRLE decompression.

.. code-block:: text
$ make -s -C examples/in_place crle
text data bss dec hex filename
5651 544 8 6203 183b in-place-crle
5954 600 8 6562 19a2 in-place-crle
.. _heatshrink: https://github.com/atomicobject/heatshrink

Expand Down

0 comments on commit ca0a262

Please sign in to comment.