]> git.donarmstrong.com Git - qmk_firmware.git/blob - tmk_core/common/arm_atsam/printf.h
Usbasploader bootloader option addition (#6304)
[qmk_firmware.git] / tmk_core / common / arm_atsam / printf.h
1 #ifndef _PRINTF_H_
2 #define _PRINTF_H_
3
4 #define CONSOLE_PRINTBUF_SIZE 512
5
6 void console_printf(char *fmt, ...);
7
8 #define __xprintf console_printf
9
10 #endif //_PRINTF_H_
11