From cf519190b2508ea8d0af7d0817d0901a2fb7eca2 Mon Sep 17 00:00:00 2001 From: Dan White Date: Fri, 19 Apr 2013 17:22:16 -0500 Subject: [PATCH] remove static qualifier --- msp4th/msp4th.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1