diff options
Diffstat (limited to 'os/hal/src/mmc_spi.c')
-rw-r--r-- | os/hal/src/mmc_spi.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/os/hal/src/mmc_spi.c b/os/hal/src/mmc_spi.c index babbf80ad..d7ffcbab4 100644 --- a/os/hal/src/mmc_spi.c +++ b/os/hal/src/mmc_spi.c @@ -289,11 +289,12 @@ static uint8_t send_command_R3(MMCDriver *mmcp, uint8_t cmd, uint32_t arg, * @brief Reads the CSD.
*
* @param[in] mmcp pointer to the @p MMCDriver object
- * @param[out] csd pointer to the CSD buffer
+ * @param[out] cmd command
+ * @param[out] cxd pointer to the CSD/CID buffer
*
* @return The operation status.
- * @retval HAL_SUCCESS the operation succeeded.
- * @retval HAL_FAILED the operation failed.
+ * @retval HAL_SUCCESS the operation succeeded.
+ * @retval HAL_FAILED the operation failed.
*
* @notapi
*/
|