summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-07 15:29:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-07 15:29:13 +0000
commitac94ef18a7373645f708c1256df06e369ea9f371 (patch)
treef687b0a066cf60cf2f9bcd25b2e15fccf12f2849 /nuttx/arch/arm/src/common
parent873dfa2ae7f7eb298fbae5a1e3e22d4877bbcb30 (diff)
downloadpx4-nuttx-ac94ef18a7373645f708c1256df06e369ea9f371.tar.gz
px4-nuttx-ac94ef18a7373645f708c1256df06e369ea9f371.tar.bz2
px4-nuttx-ac94ef18a7373645f708c1256df06e369ea9f371.zip
Straighten out LPC32 UART clocking (still some baud calculation issues)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4917 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/common')
-rw-r--r--nuttx/arch/arm/src/common/up_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/common/up_internal.h b/nuttx/arch/arm/src/common/up_internal.h
index 015b2b4bc..67f11d619 100644
--- a/nuttx/arch/arm/src/common/up_internal.h
+++ b/nuttx/arch/arm/src/common/up_internal.h
@@ -142,7 +142,7 @@ extern volatile uint32_t *current_regs;
* CONFIG_DRAM_END
*/
-extern uint32_t g_heapbase;
+extern const uint32_t g_heapbase;
/* Address of the saved user stack pointer */