Skip to content

Commit c25691b

Browse files
authored
Update README.md
1 parent c6c1319 commit c25691b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ int main()
1717
Using ARM RTX RTOS on mbed, this will print something like:
1818

1919
```
20-
stack ( start: 20005100 end: 20005420 size: 00000320 used: 00000070 ) thread ( id: 2000542C entry: 00020A6D )
21-
stack ( start: 20003D1C end: 2000451C size: 00000800 used: 00000254 ) thread ( id: 2000546C entry: 0001FEBD )
22-
stack ( start: 20004E58 end: 20005058 size: 00000200 used: 00000050 ) thread ( id: 20005644 entry: 0001FF09 )
23-
heap ( start: 200056E8 end: 20007800 size: 00002118 )
20+
stack ( start: 20005100 end: 20005420 size: 00000320 used: 00000070 ) thread ( id: 2000542C entry: 00020D39 )
21+
stack ( start: 20003D1C end: 2000451C size: 00000800 used: 00000254 ) thread ( id: 2000546C entry: 00020189 )
22+
stack ( start: 20004E58 end: 20005058 size: 00000200 used: 00000050 ) thread ( id: 20005644 entry: 000201D5 )
23+
heap ( start: 200056E8 end: 20007800 size: 00002118 used: 00000398 ) alloc ( ok: 00000006 fail: 00000000 )
2424
isr_stack ( start: 20007800 end: 20008000 size: 00000800 )
2525
```
2626

0 commit comments

Comments
 (0)