diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-12-20 15:10:55 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-12-20 15:10:55 +0100 |
commit | 137489b6cd7e03031b0acb5d3abab4603decde04 (patch) | |
tree | 05193b73a0c6dd264af13b2b1a83eccf6a92e182 /tmp | |
parent | 6d27f1755b782340d1c55c3f8f01a193514a3607 (diff) | |
download | stm32f103-playground-137489b6cd7e03031b0acb5d3abab4603decde04.tar.gz stm32f103-playground-137489b6cd7e03031b0acb5d3abab4603decde04.tar.bz2 stm32f103-playground-137489b6cd7e03031b0acb5d3abab4603decde04.tar.xz stm32f103-playground-137489b6cd7e03031b0acb5d3abab4603decde04.zip |
o Adding serial1 for testing USART.
Diffstat (limited to 'tmp')
-rwxr-xr-x | tmp/printf/printf.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 }; |