From a8693baa481e1c4d91379af08bbc9f459b1b4d56 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 10 Jan 2018 13:36:09 +0000 Subject: SPIv1 and SPIv2 circular mode added. Rework of RCC files and all dependencies inside STM32 drivers. Documentation fixes in some HAL modules. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11247 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/hal_mmc_spi.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'os/hal/include/hal_mmc_spi.h') 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 */ -- cgit v1.2.3