diff --git a/examples/pn53x-tamashell.c b/examples/pn53x-tamashell.c index 21d9284..c545e0c 100644 --- a/examples/pn53x-tamashell.c +++ b/examples/pn53x-tamashell.c @@ -177,7 +177,7 @@ int main(int argc, const char* argv[]) continue; } printf("Tx: "); - print_hex((uint8_t*)abtTx,szTx); + print_hex(abtTx,szTx); szRx = sizeof(abtRx); int res = 0;