From 0258271367bd4af45a90adfe35ff235287bfaf1f Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Tue, 26 May 2009 22:48:24 +0000 Subject: [PATCH] allow void * --- src/hci.c | 4 ++-- src/hci.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hci.c b/src/hci.c index b607d5aca..df77ce368 100644 --- a/src/hci.c +++ b/src/hci.c @@ -73,10 +73,10 @@ void bt_flip_addr(bd_addr_t dest, bd_addr_t src){ dest[5] = src[0]; } -void hexdump(uint8_t *data, int size){ +void hexdump(void *data, int size){ int i; for (i=0; i