From: Dan White Date: Sat, 11 May 2013 02:25:52 +0000 (-0500) Subject: msp4th: cleanup PC version X-Git-Tag: cheetah~88 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=c84d803a18148b0ebf44ef1a0f2a2fd82a532cf1;p=430.git msp4th: cleanup PC version --- 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];