Skip to content

Commit d2df0d4

Browse files
author
Amanda Butler
authored
Fix person in Bootstrap.md
Standardize person and audience across documentation.
1 parent a957845 commit d2df0d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/runtime/Bootstrap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
### Entry points
44

5-
Mbed OS provides two entry points for developers to hook into:
5+
Mbed OS provides two entry points you as a developer to hook into:
66

77
- `main(void)` - Default entry point. All the standard application code goes here.
8-
- `mbed_main(void)` - Executed directly before `main`. The user can define this.
8+
- `mbed_main(void)` - Executed directly before `main`. You 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. You can see these phases below:
10+
When execution reaches the entry points, you 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. You can see these phases below:
1111

1212
1. Set up target.
1313
1. Configure clocks.

0 commit comments

Comments
 (0)