Skip to content

Commit f3675ce

Browse files
author
Amanda Butler
authored
Fix section names in drivers.md
Update section names to reflect new organization.
1 parent 55360f8 commit f3675ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/configuration/Drivers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<h1 id="configuration-drivers">Drivers</h1>
1+
<h1 id="configuration-io">I/O</h1>
22

3-
The driver configurations allows for customization of the OS driver layer. Options in this section pertain to hardware IO. You can find additional serial settings for `printf` in the [platform config page](configuration-platform.html). With the exception of `default-serial-baud-rate` these settings do not affect Serial objects.
3+
The I/O configurations allow for customization of the OS driver layer. Options in this section pertain to hardware I/O. You can find additional serial settings for `printf` in the [utilities configuration page](configuration-platform.html). With the exception of `default-serial-baud-rate`, these settings do not affect Serial objects.
44

5-
This is the complete list of driver 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 I/O 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.
66

77
```
88
Configuration parameters

0 commit comments

Comments
 (0)