1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-22 00:20:19 +10:00
collapseos/tools/common.h
Virgil Dupras 7907687abf tools/uploadb: make it much much faster
By uploading a BASIC loop and then run it, we can reduce the serial
communication to pure content which greatly reduces the overhead and make
the process much much faster.
2019-12-11 09:27:05 -05:00

4 lines
68 B
C

void sendcmd(int fd, char *cmd);
void sendcmdp(int fd, char *cmd);