msp4th: cleanup PC version
authorDan White <dan@whiteaudio.com>
Sat, 11 May 2013 02:25:52 +0000 (21:25 -0500)
committerDan White <dan@whiteaudio.com>
Sat, 11 May 2013 02:25:52 +0000 (21:25 -0500)
msp4th/test4th.c

index c7e539075c793c791021cf9bda25c1466dbd48a8..8d6e24cfba7ce3ec5210b2422cca6e65b1a0399d 100644 (file)
@@ -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];