X-Git-Url: http://git.rot13.org/?p=digitaldcpower;a=blobdiff_plain;f=uart.c;h=5d38a1e570cd249007ef07f6dc49305509673985;hp=eb7c4e1a325bb867e180214b8e6fa5d035214225;hb=af32a20f64c4b469d7d7de8aaf2322b3120d578d;hpb=9efd83b1f9966687cbdc2288c43ff0cce0890a24 diff --git a/uart.c b/uart.c index eb7c4e1..5d38a1e 100644 --- a/uart.c +++ b/uart.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "uart.h" #define F_CPU 8000000UL // 8 MHz @@ -58,7 +59,7 @@ void uart_sendstr(char *s) } } -void uart_sendstr_p(const prog_char *progmem_s) +void uart_sendstr_p(const char *progmem_s ) // print string from program memory on rs232 { char c;