From: Dan White Date: Fri, 19 Apr 2013 22:22:16 +0000 (-0500) Subject: remove static qualifier X-Git-Tag: bootrom-initial-submission~22^2~14 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=cf519190b2508ea8d0af7d0817d0901a2fb7eca2;p=430.git remove static qualifier --- diff --git a/msp4th/msp4th.c b/msp4th/msp4th.c index 79b3b3a..b4bc3c7 100644 --- a/msp4th/msp4th.c +++ b/msp4th/msp4th.c @@ -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)