aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2019-04-23 07:10:57 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2019-04-23 07:10:57 +0000
commit610e18c14545dc4a34e6635c9f33b7ec7379dfba (patch)
tree3e3cd1f6aa5348eb592f25da24a309dfc1951536
parentb72b9a7089f28f4b52db79e4ffebeda74392d9c3 (diff)
downloadChibiOS-610e18c14545dc4a34e6635c9f33b7ec7379dfba.tar.gz
ChibiOS-610e18c14545dc4a34e6635c9f33b7ec7379dfba.tar.bz2
ChibiOS-610e18c14545dc4a34e6635c9f33b7ec7379dfba.zip
Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12756 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
-rw-r--r--os/hal/lib/complex/mfs/hal_mfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/lib/complex/mfs/hal_mfs.c b/os/hal/lib/complex/mfs/hal_mfs.c
index f6e596e57..7b898ff25 100644
--- a/os/hal/lib/complex/mfs/hal_mfs.c
+++ b/os/hal/lib/complex/mfs/hal_mfs.c
@@ -392,7 +392,6 @@ static mfs_error_t mfs_bank_write_header(MFSDriver *mfsp,
* @brief Checks integrity of the header in the shared buffer.
*
* @param[in] mfsp pointer to the @p MFSDriver object
- * @param[in] bank bank identifier
* @return The header state.
*
* @notapi