Skip to content

Commit

Permalink
add unit for rtos_mon
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Jun 2, 2016
1 parent 4529bf9 commit 55e64d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message_definitions/v1.0/messages.xml
Expand Up @@ -2135,8 +2135,8 @@
</description>
<field name="nb_threads" type="uint8">Number of running threads</field>
<field name="cpu_load" type="uint8" unit="%">Global CPU load</field>
<field name="core_free" type="uint32">Core free memory</field>
<field name="heap_free" type="uint32">Heap free memory</field>
<field name="core_free" type="uint32" unit="Bytes">Core free memory</field>
<field name="heap_free" type="uint32" unit="Bytes">Heap free memory</field>
</message>

<message name="PPRZ_DEBUG" id="247">
Expand Down

0 comments on commit 55e64d3

Please sign in to comment.