Skip to content

Commit aedb361

Browse files
author
Amanda Butler
authored
Copy edit quick_start_build.md
Make minor copy edits for active voice and formatting.
1 parent 2ade358 commit aedb361

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/tutorials/using_apis/mesh/quick_start_build.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
### Build time configuration of the Nanostack
22

3-
The mbed configuration system is used for the build time configuration of Nanostack.
4-
The application needs to create an `mbed_app.json` configuration file if you want to use other than default settings.
5-
6-
Also you can minimize the size of the produced stack by using different build options.
3+
The build time configuration of Nanostack uses the Mbed configuration system. The application needs to create an `mbed_app.json` configuration file if you want to use settings other than default settings. You can also minimize the size of the produced stack by using different build options.
74

85
#### Build options
96

@@ -36,8 +33,7 @@ Select the device role:
3633
- Mesh network. A router. (default)
3734
- Star network. A non-routing device. Also known as a host, or sleepy host.
3835

39-
Modify your `mbed_app.json` file to tell which Nanostack configuration to choose and which configurations to use. All configurations (6LoWPAN and Thread) are listed in
40-
[Mbed Mesh API](https://github.com/ARMmbed/mbed-os/blob/master/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed_lib.json)..
36+
Modify your `mbed_app.json` file to direct which Nanostack configuration to choose. The [Mbed Mesh API](https://github.com/ARMmbed/mbed-os/blob/master/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/mbed_lib.json) lists all configurations (6LoWPAN and Thread).
4137

4238
An example of the `mbed_app.json` file:
4339

0 commit comments

Comments
 (0)