diff options
| author | sakumisu <[email protected]> | 2022-06-26 11:34:27 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-06-26 17:24:47 +0800 |
| commit | 24f0a0bb1eab50953cd83862b19194379e8dc3b8 (patch) | |
| tree | 8e9df8da905b9ed86c094e730ab3acfbc5917754 /docs/source/api | |
| parent | b47fe8d958bc5bb8432cb9c0aaca0f7962d02a64 (diff) | |
update st rst
Diffstat (limited to 'docs/source/api')
| -rw-r--r-- | docs/source/api/api_device.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/api/api_device.rst b/docs/source/api/api_device.rst index 42830f6c..fff16d48 100644 --- a/docs/source/api/api_device.rst +++ b/docs/source/api/api_device.rst @@ -406,7 +406,7 @@ usbd_msc_sector_read - **sector** 扇区偏移 - **buffer** 存储读取的数据的指针 -- **length** 读取长度 +- **length** 读取长度,当前为1个扇区的大小 usbd_msc_sector_write @@ -420,7 +420,7 @@ usbd_msc_sector_write - **sector** 扇区偏移 - **buffer** 写入数据指针 -- **length** 写入长度 +- **length** 写入长度,当前为1个扇区的大小 UAC ----------------- |
