X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Finclude%2Ftinibios.h;h=810789fdf294850519da3de007f64b8508f6c7b0;hb=3a3d180872da2b1b50c4fa85621a859b3ff72a64;hp=20168809354fd394ca419ea15679ac2a8faca214;hpb=047907bbfa110458715956c7f72dec5231705bbc;p=fw%2Fsdcc diff --git a/device/include/tinibios.h b/device/include/tinibios.h index 20168809..810789fd 100755 --- a/device/include/tinibios.h +++ b/device/include/tinibios.h @@ -65,8 +65,8 @@ extern void LcdGoto(unsigned int collumnRow); extern void LcdPutChar(char c); extern void LcdPutString(char *string); extern void LcdLPutString(unsigned int collumnRow, char *string); -extern void LcdPrintf(xdata const char *format, ...) reentrant; -extern void LcdLPrintf(unsigned int collumnRow, xdata const char *format, ...) reentrant; +extern void LcdPrintf(const char *format, ...) reentrant; +extern void LcdLPrintf(unsigned int collumnRow, const char *format, ...) reentrant; // from i2c390.c #define I2C_BUFSIZE 128