From ce2adb31aa3f721c1f796cd927784649f99ebb2c Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Fri, 25 May 2018 11:29:16 +0200 Subject: [PATCH] sys/uart_stdio: remove unused rx_cb from header --- sys/include/uart_stdio.h | 8 -------- 1 file changed, 8 deletions(-) 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 -- GitLab