refactor for better support with ch341 and other unreliable rs232 adapters

This commit is contained in:
David
2019-07-27 22:34:34 +10:00
parent c9ba895410
commit ccb999b8dc
28 changed files with 800 additions and 774 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef ___TOOLS_H
#define ___TOOLS_H
#define LOG_FILE "/dev/null"
void lprintf(const char *format, ...);
int print_help();
#endif // ___TOOLS_H