remove static qualifier
authorDan White <dan@whiteaudio.com>
Fri, 19 Apr 2013 22:22:16 +0000 (17:22 -0500)
committerDan White <dan@whiteaudio.com>
Fri, 19 Apr 2013 22:22:16 +0000 (17:22 -0500)
msp4th/msp4th.c

index 79b3b3a06597eb52b1ab0c84de12cb2f83925861..b4bc3c79e39ec732bec3823ac6a9bb86fcbd26ed 100644 (file)
@@ -113,7 +113,7 @@ volatile int16_t *dirMemory;
 
 // to flag the initial built in functions from the rest, save the negative of them in the program space (prog).
 
-static const int16_t ALIGN_2 progBi[] = { // address actually start at 10000
+const int16_t ALIGN_2 progBi[] = { // address actually start at 10000
 
    // this is the monitor in compiled forth code (by hand)