]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/xprintf.S
Merge branch 'rhaberkorn-serial-mouse'
[tmk_firmware.git] / common / xprintf.S
index b5a97b20a9e63719d0ed09ffb93370aaf23f5e62..0cec70ce224f4317af446d1cacaeb6d13de2ad9c 100644 (file)
@@ -80,7 +80,7 @@ xputc:
 ;---------------------------------------------------------------------------\r
 ; Direct ROM string output\r
 ;\r
-;Prototype: void xputs (const prog_char *str // rom string to be output\r
+;Prototype: void xputs (const char *str_p // rom string to be output\r
 ;                      );\r
 \r
 .func xputs\r
@@ -179,9 +179,9 @@ xitoa:
 ; Formatted string output (16/32bit version)\r
 ;\r
 ;Prototype:\r
-; void xprintf (const prog_char *format, ...);\r
-; void xsprintf(char*, const prog_char *format, ...);\r
-; void xfprintf(void(*func)(char), const prog_char *format, ...);\r
+; void __xprintf (const char *format_p, ...);\r
+; void __xsprintf(char*, const char *format_p, ...);\r
+; void __xfprintf(void(*func)(char), const char *format_p, ...);\r
 ;\r
 \r
 #if USE_XPRINTF\r