diff --git a/drivers/pn532/pn532.c b/drivers/pn532/pn532.c index ffa38fb89a..908935709e 100644 --- a/drivers/pn532/pn532.c +++ b/drivers/pn532/pn532.c @@ -80,7 +80,7 @@ #if ENABLE_DEBUG #define PRINTBUFF printbuff -static void printbuff(char *buff, unsigned len) +static void printbuff(uint8_t *buff, unsigned len) { while (len) { len--;