summaryrefslogtreecommitdiff
path: root/tmk_core/common/arm_atsam/printf.h
blob: 1f1c2280b5c0304643053dd61eb816704606b0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _PRINTF_H_
#define _PRINTF_H_

#define CONSOLE_PRINTBUF_SIZE 512

void console_printf(char *fmt, ...);

#define __xprintf console_printf

#endif //_PRINTF_H_