summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/ea3131_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 22:25:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-06 22:25:51 +0000
commit81ddf0a8db0be4f28d0df909e17dccd36a5bc687 (patch)
tree2ec19fec1d76067cfa129ca30439907487baa216 /nuttx/configs/ea3131/src/ea3131_internal.h
parent80f9004741771691132a0f43ae1d9d5c42a2e4c6 (diff)
downloadpx4-nuttx-81ddf0a8db0be4f28d0df909e17dccd36a5bc687.tar.gz
px4-nuttx-81ddf0a8db0be4f28d0df909e17dccd36a5bc687.tar.bz2
px4-nuttx-81ddf0a8db0be4f28d0df909e17dccd36a5bc687.zip
Repairs needed after Kconfig changes for LPC31
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5105 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131/src/ea3131_internal.h')
-rw-r--r--nuttx/configs/ea3131/src/ea3131_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/ea3131/src/ea3131_internal.h b/nuttx/configs/ea3131/src/ea3131_internal.h
index ca2a5b570..4a8ae3fa4 100644
--- a/nuttx/configs/ea3131/src/ea3131_internal.h
+++ b/nuttx/configs/ea3131/src/ea3131_internal.h
@@ -2,8 +2,8 @@
* configs/ea3131/src/ea3131_internal.h
* arch/arm/src/board/ea3131_internal.n
*
- * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2009-2010,2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -86,7 +86,7 @@
*
************************************************************************************/
-#ifdef CONFIG_LPC31XX_EXTSDRAM
+#ifdef CONFIG_LPC31_EXTSDRAM
extern void lpc31_meminitialize(void);
#endif