aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal_mmc_spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal_mmc_spi.h')
-rw-r--r--os/hal/include/hal_mmc_spi.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/include/hal_mmc_spi.h b/os/hal/include/hal_mmc_spi.h
index fc6bccc2a..7a9c50a90 100644
--- a/os/hal/include/hal_mmc_spi.h
+++ b/os/hal/include/hal_mmc_spi.h
@@ -140,8 +140,8 @@ typedef struct {
*
* @param[in] mmcp pointer to the @p MMCDriver object
* @return The card state.
- * @retval FALSE card not inserted.
- * @retval TRUE card inserted.
+ * @retval false card not inserted.
+ * @retval true card inserted.
*
* @api
*/
@@ -152,8 +152,8 @@ typedef struct {
*
* @param[in] mmcp pointer to the @p MMCDriver object
* @return The card state.
- * @retval FALSE card not inserted.
- * @retval TRUE card inserted.
+ * @retval false card not inserted.
+ * @retval true card inserted.
*
* @api
*/