Serial refactor (#11521)

This commit is contained in:
Ryan
2021-02-06 09:20:48 +11:00
committed by GitHub
parent 464eb7137d
commit 5ea92a9c1c
58 changed files with 162 additions and 562 deletions

View File

@ -37,6 +37,8 @@ POSSIBILITY OF SUCH DAMAGE.
#pragma once
#define SERIAL_UART_DATA UDR1
/* host role */
void serial_init(void);
uint8_t serial_recv(void);