Data should be unsigned or we might run into problems when converting

the message size
This commit is contained in:
Andreas Öman 2008-05-06 19:20:04 +00:00
parent 8e48c4f3fe
commit f44fccc2d8

View file

@ -30,7 +30,7 @@ typedef struct icom {
void *opaque;
icom_callback_t *cb;
char *rcvbuf;
uint8_t *rcvbuf;
int rcvbufptr;
int rcvbufsize;
} icom_t;