aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_sdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal_sdc.h')
-rw-r--r--os/hal/include/hal_sdc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/include/hal_sdc.h b/os/hal/include/hal_sdc.h
index 6466b1d97..307636558 100644
--- a/os/hal/include/hal_sdc.h
+++ b/os/hal/include/hal_sdc.h
@@ -152,8 +152,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 card not inserted.
+ * @retval true card inserted.
*
* @api
*/
@@ -168,8 +168,8 @@ typedef enum {
*
* @param[in] sdcp pointer to the @p SDCDriver object
* @return The card state.
- * @retval FALSE not write protected.
- * @retval TRUE write protected.
+ * @retval false not write protected.
+ * @retval true write protected.
*
* @api
*/