remove prog_char
This commit is contained in:
@@ -113,7 +113,7 @@ void uart_putstr(const char *str)
|
||||
} /* uart_putstr */
|
||||
|
||||
|
||||
void uart_putstr_p (const prog_char *str)
|
||||
void uart_putstr_p (const char *str)
|
||||
{
|
||||
uint8_t c;
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ void uart_putc (uint8_t data);
|
||||
uint8_t uart_getc (void);
|
||||
uint8_t uart_rx_count (void);
|
||||
void uart_putstr (const char *str);
|
||||
void uart_putstr_p (const prog_char *str);
|
||||
void uart_putstr_p (const char *str);
|
||||
|
||||
void uart_put_hex (uint8_t data);
|
||||
uint8_t uart_get_hex (void);
|
||||
|
||||
Reference in New Issue
Block a user