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

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

#endif //_PRINTF_H_