summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/locked
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 /nuttx/configs/ea3131/locked
parent4011b03fa6a6a7889efea3451a3a125faa72c7fc (diff)
downloadpx4-nuttx-dcea5f0360725d2c25b61eefe9db7b2474b26dd6.tar.gz
px4-nuttx-dcea5f0360725d2c25b61eefe9db7b2474b26dd6.tar.bz2
px4-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 'nuttx/configs/ea3131/locked')
-rwxr-xr-xnuttx/configs/ea3131/locked/mklocked.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/configs/ea3131/locked/mklocked.sh b/nuttx/configs/ea3131/locked/mklocked.sh
index 3bfd0726d..8457ab818 100755
--- a/nuttx/configs/ea3131/locked/mklocked.sh
+++ b/nuttx/configs/ea3131/locked/mklocked.sh
@@ -2,7 +2,7 @@
###########################################################################
# configs/ea3131/locked/mklocked.sh
#
-# Copyright (C) 2010 Gregory Nutt. All rights reserved.
+# Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -163,7 +163,6 @@ fi
echo "EXTERN(mm_initialize)" >>ld-locked.inc
echo "EXTERN(irq_initialize)" >>ld-locked.inc
-#echo "EXTERN(user_initialize)" >>ld-locked.inc
echo "EXTERN(wd_initialize)" >>ld-locked.inc
answer=$(checkconfig CONFIG_DISABLE_CLOCK)