fixed ready flag in Prolific driver

This commit is contained in:
Oleg Mazurov 2013-06-18 20:22:19 -06:00
parent 1c5db85af6
commit 3899952114

View file

@ -151,7 +151,8 @@ uint8_t PL2303::Init(uint8_t parent, uint8_t port, bool lowspeed) {
USBTRACE("PL configured\r\n"); USBTRACE("PL configured\r\n");
bPollEnable = true; //bPollEnable = true;
ready = true;
return 0; return 0;
FailGetDevDescr: FailGetDevDescr: