some code fixes, start to draw new schematic

This commit is contained in:
Edward Emelianov
2024-03-19 23:42:48 +03:00
parent ad92546f82
commit e92a5c4234
22 changed files with 156780 additions and 20670 deletions

View File

@@ -23,6 +23,7 @@
// input buffers size
#define UARTBUFSZ (80)
void usart_rstbuf();
void usart_setup();
void usart_deinit();
int usart_getline(char **line);