update
This commit is contained in:
3
uart.h
3
uart.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017 Oleg Borodin <onborodin@gmail.com>
|
||||
* Copyright 2017-2024 Oleg Borodin <onborodin@gmail.com>
|
||||
*
|
||||
*/
|
||||
#ifndef UART_H_QWERTY
|
||||
@@ -13,6 +13,7 @@ extern FILE uart_stream;
|
||||
|
||||
void uartio_init(void);
|
||||
void uart_init(void);
|
||||
void uart_handle(void);
|
||||
|
||||
int uart_putchar(char c, FILE * stream);
|
||||
int uart_getchar(FILE * stream);
|
||||
|
||||
Reference in New Issue
Block a user