mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-19 08:16:35 +00:00
Remove useless pointer cast
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user