drivers/pn532: fix wrong buffer type
This commit is contained in:
parent
05c53a9216
commit
41d103ad10
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
#if ENABLE_DEBUG
|
#if ENABLE_DEBUG
|
||||||
#define PRINTBUFF printbuff
|
#define PRINTBUFF printbuff
|
||||||
static void printbuff(char *buff, unsigned len)
|
static void printbuff(uint8_t *buff, unsigned len)
|
||||||
{
|
{
|
||||||
while (len) {
|
while (len) {
|
||||||
len--;
|
len--;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user