endless happiness

This commit is contained in:
iceman1001 2021-03-05 10:18:34 +01:00
commit 4c845fb859

View file

@ -130,7 +130,7 @@ serial_port uart_open(const char *pcPortName, uint32_t speed) {
portstr = colon + 1; portstr = colon + 1;
*colon = '\0'; *colon = '\0';
} else { } else {
portstr = "7901"; portstr = "18888";
} }
struct addrinfo info; struct addrinfo info;