提交 d906a05d 编写于 作者: H huangyicong

standardize format

Signed-off-by: Nhuangyicong <huangyicong4@huawei.com>
上级 51900aa4
......@@ -73,7 +73,7 @@ utils/native/lite/ # Root directory
├── include # Header files of external APIs
├── js # JavaScript APIs
│ └── builtin
│ ├── common
│ ├── common # Builtin common function
│ ├── deviceinfokit # Device information kit
│ ├── filekit # File kit
│ └── kvstorekit # KV store kit
......
......@@ -57,7 +57,7 @@
</td>
<td class="cellrowborder" valign="top" width="24.77%" headers="mcps1.2.4.1.2 "><p id="zh-cn_topic_0000001052623010_p16300204280"><a name="zh-cn_topic_0000001052623010_p16300204280"></a><a name="zh-cn_topic_0000001052623010_p16300204280"></a>LiteOS-M内核、LiteOS-A内核</p>
</td>
<td class="cellrowborder" valign="top" width="54.010000000000005%" headers="mcps1.2.4.1.3 "><p id="zh-cn_topic_0000001052623010_p1563018208286"><a name="zh-cn_topic_0000001052623010_p1563018208286"></a><a name="zh-cn_topic_0000001052623010_p1563018208286"></a>提供dump系统属性的命令行工具。</p>
<td class="cellrowborder" valign="top" width="54.010000000000005%" headers="mcps1.2.4.1.3 "><p id="zh-cn_topic_0000001052623010_p1563018208286"><a name="zh-cn_topic_0000001052623010_p1563018208286"></a><a name="zh-cn_topic_0000001052623010_p1563018208286"></a>提供Dump系统属性的命令行工具。</p>
</td>
</tr>
</tbody>
......@@ -73,7 +73,7 @@ utils/native/lite/ # 公共基础库根目录
├── include # 公共基础库对外接口文件
├── js # JS API目录
│ └── builtin
│ ├── common
│ ├── common # Builtin公共函数
│ ├── deviceinfokit # 设备信息Kit
│ ├── filekit # 文件Kit
│ └── kvstorekit # KV存储Kit
......
......@@ -31,7 +31,7 @@ static const ServiceItem SERVICE_LIST[] = {
static void Usage()
{
printf("usage os_dump [--help | -l | SERVICE]\n"
printf("Usage:os_dump [--help | -l | SERVICE]\n"
" --help: shows this help\n"
" -l: only list services, do not dump them\n"
" SERVICE: dumps only service SERVICE\n");
......
......@@ -24,7 +24,7 @@ extern "C" {
#endif
#endif /* __cplusplus */
typedef void *timerHandle_t;
typedef void* timerHandle_t;
int InitTimerTask();
int StartTimerTask(bool isPeriodic, const unsigned int delay, void* userCallback,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册