Skip to content

Commit 4c4845a

Browse files
committed
fixes
1 parent 04d12cb commit 4c4845a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

documentation/devices/zephyr.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ This document is a guide to building apps with the Zephyr SDK.
88
## Table of Contents
99

1010
* [Overview](#overview)
11-
* [Platforms](#platforms)
12-
* [zephyr](#platforms-zephyr)
1311
* [Build Types](#builds)
1412
* [Debug](#build-debug)
1513
* [Instrumented](#build-instrumented)
@@ -163,7 +161,7 @@ The Moddable SDK build uses Zephyr SDK v4.2.0-rc1 (commit `ffb28eed`).
163161
### Troubleshooting
164162

165163
#### Serial / USB Port
166-
Different silicon families have conenct in different ways. For many ST board, for example, the Moddable SDK build can automatically detect the correct port. For ESP boards, you specify the serial port by setting the `UPLOAD_PORT` environment variable:
164+
Different silicon families connect in different ways. For many ST boards, for example, the Moddable SDK build can automatically detect the correct port. For ESP boards, you specify the serial port by setting the `UPLOAD_PORT` environment variable:
167165

168166
```sh
169167
UPLOAD_PORT=/dev/tty.usbserial-1410 mcconfig -d -m -p zephyr/esp32_ethernet_kit

0 commit comments

Comments
 (0)