mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-17 04:53:47 +00:00
Remove useless pointer cast
This commit is contained in:
@@ -177,7 +177,7 @@ int main(int argc, const char* argv[])
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
printf("Tx: ");
|
printf("Tx: ");
|
||||||
print_hex((uint8_t*)abtTx,szTx);
|
print_hex(abtTx,szTx);
|
||||||
|
|
||||||
szRx = sizeof(abtRx);
|
szRx = sizeof(abtRx);
|
||||||
int res = 0;
|
int res = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user