preparing some cleaning up and union of F0 and F1 base include files and ld scripts

This commit is contained in:
eddyem
2018-11-05 19:47:19 +03:00
parent e9c8e716a1
commit 7886dce593
46 changed files with 603 additions and 117 deletions

View File

@@ -36,7 +36,7 @@
double t0; // start time
FILE *fout = NULL; // file for messages duplicating
char *comdev = "/dev/ttyACM0";
char *comdev = "/dev/ttyUSB0";
int BAUD_RATE = B115200;
struct termio oldtty, tty; // TTY flags
struct termios oldt, newt; // terminal flags