Skip to content

Commit f1a57d4

Browse files
author
Amanda Butler
authored
Fix typo in migrate-from-mbed-os-2-to-5.md
Fix typo for accuracy.
1 parent cdb1184 commit f1a57d4

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
@@ -351,7 +351,7 @@ Although the program or library now compiles successfully, runtime errors may st
351351

352352
### Enabling Mbed OS bare metal
353353

354-
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:
354+
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:
355355

356356
```
357357
{

0 commit comments

Comments
 (0)