aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/sdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/sdc.h')
-rw-r--r--os/hal/include/sdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/sdc.h b/os/hal/include/sdc.h
index f5051731e..82b083125 100644
--- a/os/hal/include/sdc.h
+++ b/os/hal/include/sdc.h
@@ -232,8 +232,8 @@ typedef enum {
*
* @param[in] sdcp pointer to the @p SDCDriver object
* @return The card state.
- * @retval FALSE card not inserted.
- * @retval TRUE card inserted.
+ * @retval FALSE not write protected.
+ * @retval TRUE write protected.
*
* @api
*/