From 137489b6cd7e03031b0acb5d3abab4603decde04 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 20 Dec 2015 15:10:55 +0100 Subject: o Adding serial1 for testing USART. --- tmp/printf/printf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmp') diff --git a/tmp/printf/printf.h b/tmp/printf/printf.h index f697ea6..01ea7b9 100755 --- a/tmp/printf/printf.h +++ b/tmp/printf/printf.h @@ -119,8 +119,8 @@ void tfp_sprintf(char* s,const char *fmt, ...); void tfp_format(void* putp,void (*putf) (void*,char),const char *fmt, va_list va); -#define printf tfp_printf -#define sprintf tfp_sprintf +#define printf tfp_printf +#define sprintf tfp_sprintf #ifdef __cplusplus }; -- cgit v1.2.3