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:
parent
970dcc9692
commit
61673900d1
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue