X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=common%2Fxprintf.S;h=0cec70ce224f4317af446d1cacaeb6d13de2ad9c;hb=9de9d719527c7a8cac71d0bc49ba1d2d4f63cf06;hp=b5a97b20a9e63719d0ed09ffb93370aaf23f5e62;hpb=cbb9c408e46a7a7a567f3d6e07713256152106d0;p=max%2Ftmk_keyboard.git diff --git a/common/xprintf.S b/common/xprintf.S index b5a97b20..0cec70ce 100644 --- a/common/xprintf.S +++ b/common/xprintf.S @@ -80,7 +80,7 @@ xputc: ;--------------------------------------------------------------------------- ; Direct ROM string output ; -;Prototype: void xputs (const prog_char *str // rom string to be output +;Prototype: void xputs (const char *str_p // rom string to be output ; ); .func xputs @@ -179,9 +179,9 @@ xitoa: ; Formatted string output (16/32bit version) ; ;Prototype: -; void xprintf (const prog_char *format, ...); -; void xsprintf(char*, const prog_char *format, ...); -; void xfprintf(void(*func)(char), const prog_char *format, ...); +; void __xprintf (const char *format_p, ...); +; void __xsprintf(char*, const char *format_p, ...); +; void __xfprintf(void(*func)(char), const char *format_p, ...); ; #if USE_XPRINTF