diff options
Diffstat (limited to 'os/hal/lib/complex/mfs')
-rw-r--r-- | os/hal/lib/complex/mfs/mfs.c | 6 | ||||
-rw-r--r-- | os/hal/lib/complex/mfs/mfs.h | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/os/hal/lib/complex/mfs/mfs.c b/os/hal/lib/complex/mfs/mfs.c index ba68fb19d..32ae2432a 100644 --- a/os/hal/lib/complex/mfs/mfs.c +++ b/os/hal/lib/complex/mfs/mfs.c @@ -30,7 +30,7 @@ * banks (where possible) caused by power loss during operations.
* Both operations are transparent to the user.
*
- * @addtogroup mfs
+ * @addtogroup MFS
* @{
*/
@@ -422,9 +422,6 @@ static mfs_error_t mfs_bank_write_header(MFSDriver *mfsp, * - MFS_BANK_OK
* .
*
- * @param[in] foundcb callback to be called for each found record or @p NULL
- * @param[in] endcb callback to be called after scanning or @p NULL
- *
* @return The operation status.
*
* @notapi
@@ -777,7 +774,6 @@ static mfs_error_t mfs_try_mount(MFSDriver *mfsp) { * @brief Configures and activates a MFS driver.
*
* @param[in] mfsp pointer to the @p MFSDriver object
- * @param[in] config pointer to the configuration
* @return The operation status.
* @retval MFS_NO_ERROR if the operation has been successfully completed.
* @retval MFS_WARN_GC if the operation triggered a garbage collection.
diff --git a/os/hal/lib/complex/mfs/mfs.h b/os/hal/lib/complex/mfs/mfs.h index c1d575a2c..d41dcf9bf 100644 --- a/os/hal/lib/complex/mfs/mfs.h +++ b/os/hal/lib/complex/mfs/mfs.h @@ -21,6 +21,7 @@ * @file mfs.h
* @brief Managed Flash Storage module header.
*
+ * @addtogroup MFS
* @{
*/
|