Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
修正表格的换行(UG105)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyx committed Dec 30, 2018
1 parent dc5d3c7 commit 786fa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ug/UG105.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ EmberZNet PRO 提供两种类型的终端设备,嗜睡终端设备(Sleepy En
| Endpoint | Description |
| :------- | :---------- |
| `int8u` <br/> `emberEndpointCount` | Variable that defines how many user endpoints we have on this node. |
| `EmberEndpointDescription` `PGM` <br/> `endpointDescription` | Typical endpoint descriptor; can be named anything. <br/> Note that the `PGM` keyword is just used to inform the compiler that these descriptions live in flash <br/> because they don’t change over the life of the device and aren’t accessed much. |
| `EmberEndpointDescription` `PGM` <br/> `endpointDescription` | Typical endpoint descriptor; can be named anything. <br/> Note that the `PGM` keyword is just used to inform the compiler that these descriptions live in flash because they don’t change over the life of the device and aren’t accessed much. |
| `EmberEndpoint` <br/> `emberEndpoints[]` | A global array accessed by the EmberZNet PRO stack that defines how these endpoints are enumerated; <br/> each entry in the array is made up of the `identifier` field of each `EmberEndpoint` struct. |

> Note:上述全局变量不适用于基于 EZSP 的主机架构。相反,端点配置应由主机在网络协处理器(NCP)的配置阶段期间使用 `AddEndpoint` EZSP 命令(`ezspAddEndpoint()` 在 EZSP 驱动代码中提供)进行设置。
Expand Down

0 comments on commit 786fa14

Please sign in to comment.