Skip to content

Commit 99707e9

Browse files
author
Amanda Butler
authored
Add unique ID to migrate-from-mbed-os-2-to-5.md
Add unique heading ID, so we can link to this section.
1 parent 797923a commit 99707e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/migrate-from-mbed-os-2-to-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Now, the program successfully compiles.
169169

170170
Although the program or library now compiles successfully, runtime errors may still be present. Please visit the [compile-time errors tutorial](compile-time-errors.html#runtime-errors-and-lights-of-the-dead) for further debugging tips about common errors.
171171

172-
## Enabling Mbed OS bare metal
172+
<h2 id="enabling-bare-metal">Enabling Mbed OS bare metal</h2>
173173

174174
Enabling the Mbed OS bare metal profile allows you to build Mbed OS without an RTOS. To enable it, you have to complete the [migration to Mbed OS 5](#migrating-to-mbed-os-5). Once the migration is complete, you can enable Mbed OS bare metal by creating an `mbed_app.json` with the following contents:
175175

0 commit comments

Comments
 (0)