From c84d803a18148b0ebf44ef1a0f2a2fd82a532cf1 Mon Sep 17 00:00:00 2001 From: Dan White Date: Fri, 10 May 2013 21:25:52 -0500 Subject: [PATCH] msp4th: cleanup PC version --- msp4th/test4th.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/msp4th/test4th.c b/msp4th/test4th.c index c7e5390..8d6e24c 100644 --- a/msp4th/test4th.c +++ b/msp4th/test4th.c @@ -48,8 +48,6 @@ uint8_t my_getchar(void) void config_msp4th(void) { - int16_t i; - config.mathStackStart = &mathStackArray[MATH_STACK_SIZE - 1]; config.addrStackStart = &addrStackArray[ADDR_STACK_SIZE - 1]; config.prog = &progArray[0]; @@ -70,6 +68,7 @@ void config_msp4th(void) // howto execute a line of words on init /* + int16_t i; uint8_t *str = (uint8_t *)"1 2 3 4 5 s.\r"; for (i=0; i < 14; i++) { lineBufferArray[i] = str[i]; -- 2.25.1