Skip to content
Snippets Groups Projects
Commit 9b128eaf authored by burneykb's avatar burneykb
Browse files

quick fix

parent ac6af6ad
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,6 @@ int unix_uart_write(struct UARTDriver *self, unsigned char c) {
int unix_uart_read(struct UARTDriver *self, unsigned char *c) {
int bytes = read(sendSocket, c, 1);
printf("read in %d byte [%x], msg=%d\n", bytes, *c, self->msg);
// printf("read in %d byte [%x], msg=%d\n", bytes, *c, self->msg);
return bytes;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment