Data should be unsigned or we might run into problems when converting
the message size
This commit is contained in:
parent
8e48c4f3fe
commit
f44fccc2d8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ typedef struct icom {
|
|||
void *opaque;
|
||||
icom_callback_t *cb;
|
||||
|
||||
char *rcvbuf;
|
||||
uint8_t *rcvbuf;
|
||||
int rcvbufptr;
|
||||
int rcvbufsize;
|
||||
} icom_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue