sys/uart_stdio: remove unused rx_cb from header

This commit is contained in:
Hauke Petersen 2018-05-25 11:29:16 +02:00
parent 9657274d0d
commit ce2adb31aa

View File

@ -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