aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/sdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/sdc.c')
-rw-r--r--os/hal/src/sdc.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/os/hal/src/sdc.c b/os/hal/src/sdc.c
index 3d0d495bb..6e9dcabd4 100644
--- a/os/hal/src/sdc.c
+++ b/os/hal/src/sdc.c
@@ -204,8 +204,8 @@ void sdcStop(SDCDriver *sdcp) {
* @param[in] sdcp pointer to the @p SDCDriver object
*
* @return The operation status.
- * @retval FALSE operation succeeded.
- * @retval TRUE operation failed.
+ * @retval CH_FAILED operation succeeded.
+ * @retval CH_SUCCESS operation failed.
*
* @api
*/
@@ -365,8 +365,8 @@ failed:
* @param[in] sdcp pointer to the @p SDCDriver object
*
* @return The operation status.
- * @retval FALSE operation succeeded.
- * @retval TRUE operation failed.
+ * @retval CH_FAILED operation succeeded.
+ * @retval CH_SUCCESS operation failed.
*
* @api
*/
@@ -406,8 +406,8 @@ bool_t sdcDisconnect(SDCDriver *sdcp) {
* @param[in] n number of blocks to read
*
* @return The operation status.
- * @retval FALSE operation succeeded.
- * @retval TRUE operation failed.
+ * @retval CH_FAILED operation succeeded.
+ * @retval CH_SUCCESS operation failed.
*
* @api
*/
@@ -443,8 +443,8 @@ bool_t sdcRead(SDCDriver *sdcp, uint32_t startblk,
* @param[in] n number of blocks to write
*
* @return The operation status.
- * @retval FALSE operation succeeded.
- * @retval TRUE operation failed.
+ * @retval CH_FAILED operation succeeded.
+ * @retval CH_SUCCESS operation failed.
*
* @api
*/