Skip to content
Snippets Groups Projects
Commit b299a2ad authored by Timothe Jost's avatar Timothe Jost
Browse files

serial_fd not static

parent 9f9f2770
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ static pthread_mutex_t serialMutex = PTHREAD_MUTEX_INITIALIZER;
static pthread_mutex_t udpMutex = PTHREAD_MUTEX_INITIALIZER;
static int udp_sock = 0;
static int serial_fd = 0;
int serial_fd = 0;
static struct sockaddr_in r_addr;
static mcu_error processSmcp1Request(char *buffer, struct sockaddr *recv_addr, int bytes_read);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment