1
0
Fork 0

Serial refactor (#11521)

This commit is contained in:
Ryan 2021-02-06 09:20:48 +11:00 committed by GitHub
parent 464eb7137d
commit 5ea92a9c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);