summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-05 10:37:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-05 10:37:55 -0600
commit96483c3637253cf00027a6312ba422a411f913bf (patch)
tree5255227726fb856a15edddc84b46c356cd9be2ff /nuttx/configs/mikroe-stm32f4
parent1077db9bc326ffdebacf9589393f085c2b8e7755 (diff)
downloadpx4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.tar.gz
px4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.tar.bz2
px4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.zip
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
Diffstat (limited to 'nuttx/configs/mikroe-stm32f4')
-rw-r--r--nuttx/configs/mikroe-stm32f4/src/up_pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mikroe-stm32f4/src/up_pm.c b/nuttx/configs/mikroe-stm32f4/src/up_pm.c
index dc3985f6d..ff9d5bd8f 100644
--- a/nuttx/configs/mikroe-stm32f4/src/up_pm.c
+++ b/nuttx/configs/mikroe-stm32f4/src/up_pm.c
@@ -75,7 +75,7 @@
* Description:
* This function is called by MCU-specific logic at power-on reset in
* order to provide one-time initialization the power management subystem.
- * This function must be called *very* early in the intialization sequence
+ * This function must be called *very* early in the initializeation sequence
* *before* any other device drivers are initialized (since they may
* attempt to register with the power management subsystem).
*