1
0
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:
Michel Rottleuthner 2018-06-29 16:48:59 +02:00
parent 05c53a9216
commit 41d103ad10

View File

@ -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--;