My co-worker has and older version of MSP430-libc His code compiles on his machine, but not on mine. The significant error I see is: In file included from mmc.c:12: /usr/local/msp430/msp430/include/stdio.h:48: syntax error before "const" lcd.c: In function `draw_frame': lcd.c:73: warning: passing arg 1 of `uprintf' from incompatible pointer type
73 printf("ECG DEMO S/W V%d.%d",2,3); Can someone tell me what needs to be changed, or where it is documented? printf v1.2 uprintf v1.7 Thanks, Garst