Relocate protocol files within tmk_core/common/ (#14972)
* Relocate non platform files within tmk_core/common/ * clangmiryoku-merge-master
parent
0c87e2e702
commit
dcfffa7b67
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
void virtser_init(void);
|
||||
|
||||
/* Define this function in your code to process incoming bytes */
|
||||
void virtser_recv(const uint8_t ch);
|
||||
|
||||
Loading…
Reference in New Issue