summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_flash.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-07 19:22:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-07 19:22:15 +0000
commitca700d2e3c06a80de37c5ef8383ca550fe20c750 (patch)
treed486856c6dafe9c6271b7808caaa4920bef63474 /nuttx/arch/arm/src/stm32/stm32_flash.c
parentb238002998250df997560fac2b0f18550f998855 (diff)
downloadpx4-nuttx-ca700d2e3c06a80de37c5ef8383ca550fe20c750.tar.gz
px4-nuttx-ca700d2e3c06a80de37c5ef8383ca550fe20c750.tar.bz2
px4-nuttx-ca700d2e3c06a80de37c5ef8383ca550fe20c750.zip
Mostly cosmetic changes from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3575 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_flash.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_flash.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_flash.c b/nuttx/arch/arm/src/stm32/stm32_flash.c
index 7c63ca2c1..23481d788 100644
--- a/nuttx/arch/arm/src/stm32/stm32_flash.c
+++ b/nuttx/arch/arm/src/stm32/stm32_flash.c
@@ -37,12 +37,12 @@
* \author Uros Platise
* \brief STM32 Flash - Program and Data Memory
*
- * Provides standard flash access function, to be used also by the
+ * Provides standard flash access functions, to be used also by the
* drivers/mtd/progmem.c program memory flash mtd driver.
- * The interface is to be defined in the include/nuttx/progmem.h
+ * The interface is defined in the include/nuttx/progmem.h
*
- * Requirements:
- * - During write/erase operatoins on FLASH, HSI must be ON.
+ * Requirements during write/erase operations on FLASH:
+ * - HSI must be ON.
* - Low Power Modes are not permitted during write/erase
*/