mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #9462 from MichelRottleuthner/pr_pn532_fix_buffer_type
drivers/pn532: fix wrong buffer type
This commit is contained in:
commit
cda12a0c2b
@ -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