Skip to content
Snippets Groups Projects
Commit ce2adb31 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

sys/uart_stdio: remove unused rx_cb from header

parent 9657274d
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); ...@@ -76,14 +76,6 @@ int uart_stdio_read(char* buffer, int len);
*/ */
int uart_stdio_write(const 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 #ifdef __cplusplus
} }
#endif #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