Skip to content

Commit

Permalink
Merge pull request #9 from misonyo/master
Browse files Browse the repository at this point in the history
增加维护人信息
  • Loading branch information
yqiu2018 authored Dec 7, 2018
2 parents ed27d40 + 105b0a6 commit 2dd499a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ RT-Thread online packages

在打开 filesystem samples package 后,当进行 BSP 编译时,选择的软件包相关源代码会被加入到 BSP 工程中进行编译。

** API 列表 **
**API 列表**

| API | 功能 |
| ----------------------------------------------------- | ------------------------ |
| API | 功能 |
| -------------- | ------------------------ |
| int open(const char *pathname, int oflag, int mode); | 打开文件 |
| int close(int fd); | 关闭文件 |
| size_t read(int fd, void *buf, size_t count); | 读取数据 |
Expand All @@ -74,5 +74,5 @@ RT-Thread online packages

## 5、联系方式 & 感谢

* 维护:name
* 主页:https://github.com/RT-Thread-packages/filesystem-sample.git
* 维护:[misonyo](https://github.com/misonyo)
* 主页:https://github.com/RT-Thread-packages/filesystem-sample

0 comments on commit 2dd499a

Please sign in to comment.