]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/avr/xprintf.h
Added Dynamic Keymaps to M10-B
[qmk_firmware.git] / tmk_core / common / avr / xprintf.h
index e53c0dd8e0df1ba0823ca761601ae63f34d88b64..08d9f93a0c1cc9a1c671ea456d3e9dd7bf6b1ac1 100644 (file)
@@ -56,8 +56,8 @@ void xitoa(long value, char radix, char width);
 #define xfprintf(func, format, ...)     __xfprintf(func, PSTR(format), ##__VA_ARGS__)
 
 void __xprintf(const char *format_p, ...);     /* Send formatted string to the registered device */
-void __xsprintf(char*, const char *format_p, ...);     /* Put formatted string to the memory */
-void __xfprintf(void(*func)(uint8_t), const char *format_p, ...); /* Send formatted string to the specified device */
+// void __xsprintf(char*, const char *format_p, ...);  /* Put formatted string to the memory */
+// void __xfprintf(void(*func)(uint8_t), const char *format_p, ...); /* Send formatted string to the specified device */
 
 /* Format string is placed in the ROM. The format flags is similar to printf().
 
@@ -88,7 +88,7 @@ void __xfprintf(void(*func)(uint8_t), const char *format_p, ...); /* Send format
 /*-----------------------------------------------------------------------------*/
 char xatoi(char **str, long *ret);
 
-/* Get value of the numeral string. 
+/* Get value of the numeral string.
 
   str
     Pointer to pointer to source string