Skip to content

Commit 0e4386a

Browse files
committed
native: remove uart0
1 parent e17b664 commit 0e4386a

File tree

8 files changed

+0
-529
lines changed

8 files changed

+0
-529
lines changed

boards/native/drivers/native-uart0.c

Lines changed: 0 additions & 325 deletions
This file was deleted.

boards/native/include/board_internal.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
extern "C" {
1414
#endif
1515

16-
#ifdef MODULE_UART0
17-
#include <sys/select.h>
18-
void _native_handle_uart0_input(void);
19-
/**
20-
* @brief: initialize uart0
21-
*
22-
* @param stdiotype: "stdio", "tcp", "udp" io redirection
23-
* @param ioparam: a string containing a port number if stdiotype is tcp
24-
*/
25-
void _native_init_uart0(char *stdiotype, char *ioparam, int replay);
26-
int _native_set_uart_fds(void);
27-
#endif /* MODULE_UART0 */
28-
2916
extern int _native_null_out_file;
3017
extern int _native_null_in_pipe[2];
3118
void board_init(void);

0 commit comments

Comments
 (0)