mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
minor update
This commit is contained in:
parent
2ed6629628
commit
915542ff59
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ void loop()
|
||||||
delay(50);
|
delay(50);
|
||||||
|
|
||||||
/* reading the phone */
|
/* reading the phone */
|
||||||
/* buffer size must be larger than max.packet size */
|
/* buffer size must be equal to max.packet size */
|
||||||
uint8_t buf[32];
|
uint8_t buf[32];
|
||||||
uint16_t rcvd = 32;
|
uint16_t rcvd = 32;
|
||||||
rcode = Acm.RcvData(&rcvd, buf);
|
rcode = Acm.RcvData(&rcvd, buf);
|
||||||
|
|
Loading…
Reference in a new issue