Fixed minor documentation issues.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11370 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2018-01-20 15:31:59 +00:00
parent 970dcc9692
commit 61673900d1
3 changed files with 3 additions and 3 deletions

View File

@ -324,7 +324,7 @@ void qspi_lld_map_flash(QSPIDriver *qspip,
}
/**
* @brief Maps in memory space a QSPI flash device.
* @brief Unmaps from memory space a QSPI flash device.
* @post The memory flash device must be re-initialized for normal
* commands exchange.
*

View File

@ -328,7 +328,7 @@ void qspiMapFlash(QSPIDriver *qspip,
}
/**
* @brief Maps in memory space a QSPI flash device.
* @brief Unmaps from memory space a QSPI flash device.
* @post The memory flash device must be re-initialized for normal
* commands exchange.
*

View File

@ -189,7 +189,7 @@ void qspi_lld_map_flash(QSPIDriver *qspip,
}
/**
* @brief Maps in memory space a QSPI flash device.
* @brief Unmaps from memory space a QSPI flash device.
* @post The memory flash device must be re-initialized for normal
* commands exchange.
*