make the examples work again
[fw/sdcc] / device / examples / ds390 / ow390 / thermo21.c
index 0af9fa86f692a7fb665737c6ca07844a64acb900..a1201f24c9df0a49473b3768b637413e9a7b0afc 100644 (file)
@@ -40,7 +40,7 @@
 #include "thermo21.h"   
 
 // a hack for sdcc/TINI, just printf to stdout
-int fprintf (FILE *fp, xdata char *format, ...) reentrant {
+int fprintf (FILE *fp, char *format, ...) reentrant {
   va_list arg;
   *fp; // hush the compiler
   va_start(arg, format);