chg... missing

This commit is contained in:
iceman1001 2019-02-21 16:19:07 +01:00
parent 6d63b3fbed
commit 265c069edc

View file

@ -86,7 +86,7 @@ serial_port uart_open(const char* pcPortName) {
return INVALID_SERIAL_PORT;
}
timeout.tv_usec = 300000 // 300 000 micro seconds
timeout.tv_usec = 300000; // 300 000 micro seconds
char *colon = strrchr(addrstr, ':');
char *portstr;