summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-28 23:08:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-28 23:08:54 +0000
commit93ade75ff7594c5e0be3dbd3560e3ca9d2bb9ef0 (patch)
treee5ef0543b8f0e9351b0704c9b31ac0713cf4fa75
parent18fb9d335d8660f8b043a20c6e40a75039684985 (diff)
downloadnuttx-93ade75ff7594c5e0be3dbd3560e3ca9d2bb9ef0.tar.gz
nuttx-93ade75ff7594c5e0be3dbd3560e3ca9d2bb9ef0.tar.bz2
nuttx-93ade75ff7594c5e0be3dbd3560e3ca9d2bb9ef0.zip
Used upper case EXTERN
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2765 42af7a65-404d-4744-a932-0658087f49c3
-rwxr-xr-xnuttx/arch/arm/src/lpc17xx/lpc17_internal.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_internal.h b/nuttx/arch/arm/src/lpc17xx/lpc17_internal.h
index 9fba966de..07d41d882 100755
--- a/nuttx/arch/arm/src/lpc17xx/lpc17_internal.h
+++ b/nuttx/arch/arm/src/lpc17xx/lpc17_internal.h
@@ -416,17 +416,17 @@ extern "C" {
*/
#ifdef CONFIG_GPIO_IRQ
-extern uint64_t g_intedge0;
-extern uint64_t g_intedge2;
+EXTERN uint64_t g_intedge0;
+EXTERN uint64_t g_intedge2;
#endif
-extern const uint32_t g_fiobase[GPIO_NPORTS];
-extern const uint32_t g_intbase[GPIO_NPORTS];
-extern const uint32_t g_lopinsel[GPIO_NPORTS];
-extern const uint32_t g_hipinsel[GPIO_NPORTS];
-extern const uint32_t g_lopinmode[GPIO_NPORTS];
-extern const uint32_t g_hipinmode[GPIO_NPORTS];
-extern const uint32_t g_odmode[GPIO_NPORTS];
+EXTERN const uint32_t g_fiobase[GPIO_NPORTS];
+EXTERN const uint32_t g_intbase[GPIO_NPORTS];
+EXTERN const uint32_t g_lopinsel[GPIO_NPORTS];
+EXTERN const uint32_t g_hipinsel[GPIO_NPORTS];
+EXTERN const uint32_t g_lopinmode[GPIO_NPORTS];
+EXTERN const uint32_t g_hipinmode[GPIO_NPORTS];
+EXTERN const uint32_t g_odmode[GPIO_NPORTS];
/************************************************************************************
* Public Function Prototypes