mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9 lines
136 B
C
9 lines
136 B
C
|
#ifndef __BOARD_UART0_H
|
||
|
#define __BOARD_UART0_H
|
||
|
|
||
|
extern int uart0_handler_pid;
|
||
|
|
||
|
void board_uart0_init();
|
||
|
|
||
|
#endif /* __BOARD_UART0_H */
|