Files
toaster/fw/stm8s/common/inc/uart_stdin.h

6 lines
88 B
C
Raw Normal View History

2026-02-13 20:30:52 +00:00
#ifndef UART_STDIN_H
#define UART_STDIN_H
int getchar(void);
#endif /* UART_STDIN_H */