summaryrefslogtreecommitdiff
path: root/apps/examples/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-06 17:48:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-06 17:48:56 +0000
commitdcea5f0360725d2c25b61eefe9db7b2474b26dd6 (patch)
treeb0aee7184c85c0e94f64d214af29a567e831961e /apps/examples/nsh
parent4011b03fa6a6a7889efea3451a3a125faa72c7fc (diff)
downloadnuttx-dcea5f0360725d2c25b61eefe9db7b2474b26dd6.tar.gz
nuttx-dcea5f0360725d2c25b61eefe9db7b2474b26dd6.tar.bz2
nuttx-dcea5f0360725d2c25b61eefe9db7b2474b26dd6.zip
Remove user_initialize(); Make sure all integer types are signed that need to be
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3474 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nsh')
-rw-r--r--apps/examples/nsh/nsh_main.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/examples/nsh/nsh_main.c b/apps/examples/nsh/nsh_main.c
index 1bd09e8a3..53235a835 100644
--- a/apps/examples/nsh/nsh_main.c
+++ b/apps/examples/nsh/nsh_main.c
@@ -76,22 +76,6 @@
****************************************************************************/
/****************************************************************************
- * Name: user_initialize
- ****************************************************************************/
-
-/* In order to support user_initialize if CONFIG_PAGING is defined, this
- * function (and only this function) would need to get moved to the locked
- * text region.
- */
-
-#ifndef CONFIG_PAGING
-void user_initialize(void)
-{
- /* stub */
-}
-#endif
-
-/****************************************************************************
* Name: user_start
****************************************************************************/