mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
fixed ready flag in Prolific driver
This commit is contained in:
parent
1c5db85af6
commit
3899952114
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue