Commit 393feba6 authored by Aurelio Colosimo's avatar Aurelio Colosimo

arch_spec: pp_puts implementation by using uart_write_string

Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent d41dc840
...@@ -10,7 +10,7 @@ const Integer32 PP_ADJ_FREQ_MAX = 512000; //GGDD value ? ...@@ -10,7 +10,7 @@ const Integer32 PP_ADJ_FREQ_MAX = 512000; //GGDD value ?
void pp_puts(const char *s) void pp_puts(const char *s)
{ {
/* FIXME puts(s);*/ uart_write_string(s);
} }
int pp_strnlen(const char *s, int maxlen) int pp_strnlen(const char *s, int maxlen)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment