summaryrefslogtreecommitdiff
path: root/gp2x/gp2x.c
diff options
context:
space:
mode:
authornotaz2009-05-22 18:33:46 +0300
committernotaz2009-05-22 18:33:46 +0300
commita6c41a382bd4c79ab5d337536152717afcfa624f (patch)
treeddbdd9943e1f0f70dafcfb8453568ce47c8b50a0 /gp2x/gp2x.c
parent90206450327a222607119b04f34cf1853faf37f8 (diff)
downloadpicogpsp-a6c41a382bd4c79ab5d337536152717afcfa624f.tar.gz
picogpsp-a6c41a382bd4c79ab5d337536152717afcfa624f.tar.bz2
picogpsp-a6c41a382bd4c79ab5d337536152717afcfa624f.zip
cleanup: remove cpu ctrl files, move tests
Diffstat (limited to 'gp2x/gp2x.c')
-rw-r--r--gp2x/gp2x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gp2x/gp2x.c b/gp2x/gp2x.c
index 7f723b5..608907f 100644
--- a/gp2x/gp2x.c
+++ b/gp2x/gp2x.c
@@ -34,7 +34,7 @@ u32 gpsp_gp2x_dev = 0;
volatile u16 *gpsp_gp2x_memregs;
volatile u32 *gpsp_gp2x_memregl;
-extern unsigned short *gp2x_memregs;
+unsigned short *gp2x_memregs;
static volatile u16 *MEM_REG;