diff --git a/sys/include/uart_stdio.h b/sys/include/uart_stdio.h index 2154b31ba0..7363ea3850 100644 --- a/sys/include/uart_stdio.h +++ b/sys/include/uart_stdio.h @@ -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