migrate
This commit is contained in:
8
fw/stm8s/common/inc/uart_stdout.h
Normal file
8
fw/stm8s/common/inc/uart_stdout.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef UART_STDOUT_H
|
||||
#define UART_STDOUT_H
|
||||
|
||||
int putchar(int c);
|
||||
void putstring(uint8_t *str);
|
||||
void putsf(uint8_t *format, ...);
|
||||
|
||||
#endif /* UART_STDOUT_H */
|
||||
Reference in New Issue
Block a user