mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-23 06:56:20 +00:00
Change byte_t type to uint8_t (Fixes Issue 147)
This commit is contained in:
@@ -153,7 +153,7 @@ main (int argc, const char *argv[])
|
||||
|
||||
case PSM_DUAL_CARD:
|
||||
{
|
||||
byte_t abtRx[MAX_FRAME_LEN];
|
||||
uint8_t abtRx[MAX_FRAME_LEN];
|
||||
size_t szRx = sizeof(abtRx);
|
||||
|
||||
nfc_target nt = {
|
||||
|
||||
Reference in New Issue
Block a user