minor update

This commit is contained in:
Oleg Mazurov 2011-06-22 22:45:48 -06:00
parent 2ed6629628
commit 915542ff59

View file

@ -84,7 +84,7 @@ void loop()
delay(50);
/* 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];
uint16_t rcvd = 32;
rcode = Acm.RcvData(&rcvd, buf);