mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-23 10:10:58 +03:00
added some settings changes
This commit is contained in:
@@ -117,6 +117,7 @@ int mygetchar();
|
||||
|
||||
void restore_tty();
|
||||
void tty_init(char *comdev);
|
||||
size_t read_tty(char *buff, size_t length);
|
||||
size_t read_tty(uint8_t *buff, size_t length);
|
||||
int write_tty(uint8_t *buff, size_t length);
|
||||
|
||||
#endif // __USEFULL_MACROS_H__
|
||||
|
||||
Reference in New Issue
Block a user