Skip to content

Commit fce2ddb

Browse files
author
Amanda Butler
authored
Fix phrasing in RTOS.md
Fix phrasing to resolve IOTDOCS-970.
1 parent a20d7b8 commit fce2ddb

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/configuration

1 file changed

+1
-1
lines changed

docs/reference/configuration/RTOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All threads in Mbed OS share a global heap. By default, Mbed OS dynamically allo
99
By default, there are four threads running after boot: the ISR/scheduler thread, the idle thread, the timer thread and the main application thread. Combined, the idle thread, timer thread and ISR/scheduler thread consume 2 kilobytes of RAM. The user cannot modify these. You can expand or reduce the size of the main application thread stack by using the Mbed configuration system.
1010

1111

12-
The following is the complete list of RTOS configuration parameters, as generated by `mbed compile --config -v`. Please see [the configuration system documentation](configuration.html) for details on how you may use or override these settings.
12+
This is the complete list of RTOS 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.
1313

1414
### RTOS configuration parameters
1515

0 commit comments

Comments
 (0)