aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_qspi_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/hal_qspi_lld.c')
-rw-r--r--os/hal/templates/hal_qspi_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/hal_qspi_lld.c b/os/hal/templates/hal_qspi_lld.c
index 559e92a63..db9450227 100644
--- a/os/hal/templates/hal_qspi_lld.c
+++ b/os/hal/templates/hal_qspi_lld.c
@@ -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.
*