You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/tmk_core/common/arm_atsam/printf.h

9 lines
118 B

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