X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Fxprintf.S;h=0cec70ce224f4317af446d1cacaeb6d13de2ad9c;hb=c18c52f551545b46a28902c69730eefbdb75577d;hp=b5a97b20a9e63719d0ed09ffb93370aaf23f5e62;hpb=d9c06db60006e2191d8b86e34f651644a54426b4;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