sys/uart_stdio: remove unused rx_cb from header
This commit is contained in:
parent
9657274d0d
commit
ce2adb31aa
@ -76,14 +76,6 @@ int uart_stdio_read(char* buffer, int len);
|
||||
*/
|
||||
int uart_stdio_write(const char* buffer, int len);
|
||||
|
||||
/**
|
||||
* @brief internal callback for periph/uart drivers
|
||||
*
|
||||
* @param[in] arg (unused)
|
||||
* @param[in] data character that has been received
|
||||
*/
|
||||
void uart_stdio_rx_cb(void *arg, uint8_t data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user