diff --git a/intercom.h b/intercom.h index 0fcf4fb7..76bb1c4b 100644 --- a/intercom.h +++ b/intercom.h @@ -30,7 +30,7 @@ typedef struct icom { void *opaque; icom_callback_t *cb; - char *rcvbuf; + uint8_t *rcvbuf; int rcvbufptr; int rcvbufsize; } icom_t;