Skip to content

Commit 9adf024

Browse files
Irit ArkinIrit Arkin
authored andcommitted
Fixing link
1 parent 5dcdde2 commit 9adf024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/configuration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Mbed OS provides some default memory configurations for thread memory allocation
66

77
#### Configuring the main thread stack
88

9-
The default stack size of the main application thread is 4 kilobytes. This memory is dynamically allocated from the global heap. You can configure the stack size of the main thread by using the [Mbed config system](/docs/v5.7/tools/index.html#the-configuration-system). To reduce the stack size from 4K to 2K, create an `mbed_app.json` file for your project with the following content:
9+
The default stack size of the main application thread is 4 kilobytes. This memory is dynamically allocated from the global heap. You can configure the stack size of the main thread by using the [Mbed config system](/docs/v5.7/reference/configuration.html). To reduce the stack size from 4K to 2K, create an `mbed_app.json` file for your project with the following content:
1010

1111
```JSON
1212
{

0 commit comments

Comments
 (0)