qmk-firmware/tmk_core/common/arm_atsam/printf.h

9 lines
118 B
C

#ifndef _PRINTF_H_
#define _PRINTF_H_
int dpf(const char *_Format, ...);
#define __xprintf dpf
#endif //_PRINTF_H_