Skip to content
Snippets Groups Projects
Unverified Commit c9996bfa authored by Hauke Petersen's avatar Hauke Petersen Committed by GitHub
Browse files

Merge pull request #9192 from haukepetersen/rm_stdio_uartunusedfunctiondef

sys/uart_stdio: remove unused rx_cb from header
parents 2b08ea35 ce2adb31
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment