summaryrefslogtreecommitdiff
path: root/nuttx/configs/mikroe-stm32f4/src/up_nsh.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-22 14:53:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-22 14:53:56 -0600
commit43563c78b859b26a888ff191b3fb96cac64f509a (patch)
tree0f359cd2c1ab4c04c7703e459627e3af7fee94be /nuttx/configs/mikroe-stm32f4/src/up_nsh.c
parent8680c863eeac9dd459224573465ba336ee2cd834 (diff)
downloadpx4-nuttx-43563c78b859b26a888ff191b3fb96cac64f509a.tar.gz
px4-nuttx-43563c78b859b26a888ff191b3fb96cac64f509a.tar.bz2
px4-nuttx-43563c78b859b26a888ff191b3fb96cac64f509a.zip
Add the build framework and skeleton files for the shared memory feature (no logic yet provided)
Diffstat (limited to 'nuttx/configs/mikroe-stm32f4/src/up_nsh.c')
-rw-r--r--nuttx/configs/mikroe-stm32f4/src/up_nsh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/mikroe-stm32f4/src/up_nsh.c b/nuttx/configs/mikroe-stm32f4/src/up_nsh.c
index 8346f4908..31e9be21d 100644
--- a/nuttx/configs/mikroe-stm32f4/src/up_nsh.c
+++ b/nuttx/configs/mikroe-stm32f4/src/up_nsh.c
@@ -280,9 +280,9 @@ int nsh_archinitialize(void)
}
#else /* CONFIG_MIKROE_FLASH_PART */
- /* Configure the device with no partition support */
+ /* Configure the device with no partition support */
- smart_initialize(CONFIG_MIKROE_FLASH_MINOR, mtd, NULL);
+ smart_initialize(CONFIG_MIKROE_FLASH_MINOR, mtd, NULL);
#endif /* CONFIG_MIKROE_FLASH_PART */
}