You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/quickstart/cli_code.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,13 @@
21
21
22
22
<span class="tips">**Tip:** You can get the name of the board plugged into your computer by running `mbed detect`, and you can get a full list of supported toolchains and targets by running the `mbed compile --supported` command.</span>
23
23
24
-
<span class="notes">**Note:** To build with the Mbed OS bare metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file:
25
-
24
+
<span class="notes">**Note:** To build with the Mbed OS bare metal profile, add `"requires": ["bare-metal"]` to the `mbed_app.json` file:<br>
26
25
```NOCI
27
26
{
28
27
"requires": ["bare-metal"],
29
28
"target_overrides": {
30
29
"*": {
31
30
```
32
-
</span>
31
+
</br></span>
33
32
34
33
1. Press the board's reset button. The LED blinks.
0 commit comments