Skip to content

Commit f1e9cd5

Browse files
author
Amanda Butler
authored
Add colon to Bootstrap.md
Update punctuation, as requested.
1 parent 666e9eb commit f1e9cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/runtime/Bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Mbed OS provides two entry points for developers to hook into:
77
- `main(void)` - Default entry point. All the standard application code goes here.
88
- `mbed_main(void)` - Executed directly before `main`. The user can define this.
99

10-
When execution reaches the entry points, a user can expect a fully initialized system that is ready to execute application code. The Mbed OS boot sequence consists of four phases, target setup, toolchain setup, starting the RTOS and starting the Mbed application. These phases can be seen below:
10+
When execution reaches the entry points, a user can expect a fully initialized system that is ready to execute application code. The Mbed OS boot sequence consists of four phases: target setup, toolchain setup, starting the RTOS and starting the Mbed application. These phases can be seen below:
1111

1212
1. Setup target
1313
- Configure clocks

0 commit comments

Comments
 (0)