Skip to content

Commit 5719066

Browse files
author
Amanda Butler
authored
Update section names in platform-config.md
Update section names to reflect restructure.
1 parent ff07477 commit 5719066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/platform/platform-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<h1 id="configuration-platform">Platform</h1>
1+
<h1 id="configuration-util">Utilities</h1>
22

3-
The platform configurations allow for customization of platform level OS options. These options include error handling properties and serial communication configuration settings for STDIO. They work out of platform because they affect system level `printf` calls, not Serial objects, with the exception of `default-serial-baud-rate`.
3+
The utilities configurations allow for customization of utilities-level OS options. These options include error handling properties and serial communication configuration settings for STDIO. They affect system level `printf` calls, not Serial objects, with the exception of `default-serial-baud-rate`.
44

5-
This is the complete list of platform configuration parameters. To view all configuration parameters, run the `--config -v` command. Please see [the configuration system documentation](configuration.html) for details on how you may use or override these settings.
5+
This is the complete list of utilities configuration parameters. To view all utilities parameters, run the `--config -v` command. Please see [the configuration system documentation](configuration.html) for details on how you may use or override these settings.
66

77
```
88
Configuration parameters

0 commit comments

Comments
 (0)