Skip to content

Commit 72cdc68

Browse files
author
Amanda Butler
authored
Remove code snippet from alarm-tutorial.md
Remove code snippet, as suggested here: ARMmbed/mbed-os-examples-docs_only#32
1 parent 1dc9cd4 commit 72cdc68

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

docs/tutorials/using_apis/alarm-tutorial.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,7 @@ Invoke `mbed compile`, and specify the name of your platform and your favorite t
2525
mbed compile -m K64F -t ARM
2626
```
2727

28-
Your PC may take a few minutes to compile your code. At the end, you see the following result:
29-
30-
```
31-
[snip]
32-
| Module | .text | .data | .bss |
33-
|----------------------|---------------|-----------|-------------|
34-
| [lib]/dl7M_tlf.a | 10780(+10780) | 364(+364) | 716(+716) |
35-
| [lib]/dlpp7M_tl_fc.a | 84(+84) | 0(+0) | 0(+0) |
36-
| [lib]/m7M_tls.a | 2358(+2358) | 0(+0) | 0(+0) |
37-
| [lib]/rt7M_tl.a | 1194(+1194) | 0(+0) | 0(+0) |
38-
| [misc] | 215(+215) | 0(+0) | 0(+0) |
39-
| main.o | 820(+820) | 0(+0) | 200(+200) |
40-
| mbed-os/drivers | 490(+490) | 0(+0) | 0(+0) |
41-
| mbed-os/features | 114(+114) | 0(+0) | 184(+184) |
42-
| mbed-os/hal | 2070(+2070) | 8(+8) | 132(+132) |
43-
| mbed-os/platform | 2938(+2938) | 112(+112) | 176(+176) |
44-
| mbed-os/rtos | 8928(+8928) | 168(+168) | 6437(+6437) |
45-
| mbed-os/targets | 10174(+10174) | 20(+20) | 1018(+1018) |
46-
| Subtotals | 40165(+40165) | 672(+672) | 8863(+8863) |
47-
Total Static RAM memory (data + bss): 9535(+9535) bytes
48-
Total Flash memory (text + data): 40837(+40837) bytes
49-
50-
Image: ./BUILD/K64F/IAR/mbed-os-example-alarm.bin
51-
```
28+
Your PC may take a few minutes to compile your code.
5229

5330
#### Program the board
5431

0 commit comments

Comments
 (0)