mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/pn532: fix wrong buffer type
This commit is contained in:
parent
05c53a9216
commit
41d103ad10
@ -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--;
|
||||
|
Loading…
Reference in New Issue
Block a user