diff --git a/sys/include/uart_stdio.h b/sys/include/uart_stdio.h index 2154b31ba0182cb43a2e73e17b46576ffcae0634..7363ea38502c747f41ae25de60de84d6feaa1d1f 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