Skip to content

Commit a30130b

Browse files
author
Amanda Butler
authored
Update build_profiles.md
Play with bullet spacing for proper rendering
1 parent 829bbdb commit a30130b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev_tools/build_profiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ mbed OS 5 supports three primary build profiles: *develop*, *debug* and *release
66
* Full error information. For example, asserts have file name and line number.
77
* Hard to follow code flow when using a debugger.
88
* Chip goes to sleep when idle:
9-
* Debugger is likely to drop connection.
10-
* Breaks the local file system on the [mbed interface](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/getting_started/mbed_interface/) on some boards.
9+
- Debugger is likely to drop connection.
10+
- Breaks the local file system on the [mbed interface](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/getting_started/mbed_interface/) on some boards.
1111

1212
## Debug profile
1313
* Largest and slowest profile.

0 commit comments

Comments
 (0)