summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/arm_atsam/printf.h
blob: 582c83bf5485c34a6ffcc58679c5e72ebeec6bbd (plain)
1
2
3
4
5
6
7
8
#ifndef _PRINTF_H_
#define _PRINTF_H_

#define __xprintf dpf
int dpf(const char *_Format, ...);

#endif //_PRINTF_H_