Skip to content

Commit

Permalink
Multiple USB adapters don't work on Windows #448
Browse files Browse the repository at this point in the history
  • Loading branch information
matlo committed Mar 24, 2017
1 parent 1295e76 commit cf89a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/gasync/src/serial/windows/gserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ int gserial_open(const char * port, unsigned int baudrate) {
return -1;
}

return 0;
return device;
}

/*
Expand Down

0 comments on commit cf89a67

Please sign in to comment.