1
0
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:
Alexandre Abadie 2018-06-29 17:38:18 +02:00 committed by GitHub
commit cda12a0c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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