From 4ef38829cc7d14f96ed279fc399382cc18265467 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 3 Nov 2021 08:20:11 +0000 Subject: [PATCH] update en/device-dev/driver/driver-platform-sdio-develop.md. Signed-off-by: Annie_wang --- en/device-dev/driver/driver-platform-sdio-develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/driver/driver-platform-sdio-develop.md b/en/device-dev/driver/driver-platform-sdio-develop.md index 1f0fcd50d3..107b4494ae 100644 --- a/en/device-dev/driver/driver-platform-sdio-develop.md +++ b/en/device-dev/driver/driver-platform-sdio-develop.md @@ -295,7 +295,7 @@ struct SdioDeviceOps { >- **maxBlockNum**: specifies the maximum number of blocks in a request. >- **maxBlockSize**: specifies the maximum number of bytes in a block. >- **maxRequestSize**: specifies the maximum number of bytes in a request. ->- **enTimeout**: specifies the maximum timeout period in milliseconds. +>- **enTimeout**: specifies the maximum timeout period, in milliseconds. >- **funcNum**: specifies the function number, which ranges from **1** to **7**. >- **irqCap**: specifies the interrupt request \(IRQ\) capabilities. >- **\(void \*\)data** -- GitLab