makes uart.h now also provide init
This commit is contained in:
@@ -33,4 +33,8 @@ static inline uint8_t uart_read(volatile uart_t* reg)
|
||||
return res;
|
||||
}
|
||||
|
||||
static inline int uart_init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif /* _DEVICES_UART_H */
|
||||
|
||||
Reference in New Issue
Block a user