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