Skip to content
Snippets Groups Projects
Commit 41d103ad authored by Michel Rottleuthner's avatar Michel Rottleuthner
Browse files

drivers/pn532: fix wrong buffer type

parent 05c53a92
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ ...@@ -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--;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment