Small documentation fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15654 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-06-11 08:25:18 +00:00
parent 21b15c8cca
commit 9e31f28ba5
1 changed files with 6 additions and 6 deletions

View File

@ -167,7 +167,7 @@ flash_sector_t flashGetOffsetSector(BaseFlash *devp, flash_offset_t offset) {
/** /**
* @brief Get absolute address from offset * @brief Get absolute address from offset
* *
* @param[in] ip pointer to a @p BaseFlash or derived class * @param[in] devp pointer to a @p BaseFlash object
* @param[in] offset flash offset * @param[in] offset flash offset
* @return A pointer to the offset. * @return A pointer to the offset.
* *
@ -184,7 +184,7 @@ void *flashGetOffsetAddress(BaseFlash *devp, flash_offset_t offset) {
/** /**
* @brief Get offset from absolute address * @brief Get offset from absolute address
* *
* @param[in] ip pointer to a @p BaseFlash or derived class * @param[in] devp pointer to a @p BaseFlash object
* @param[in] addr pointer * @param[in] addr pointer
* @return flash offset * @return flash offset
* *