Indent manually some comments to prepare astyle
This commit is contained in:
parent
7da28b87d2
commit
26569c2202
2 changed files with 6 additions and 6 deletions
|
@ -222,7 +222,7 @@ main (int argc, char *argv[])
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
// Example of a FeliCa
|
// Example of a FeliCa
|
||||||
nfc_target nt = {
|
nfc_target nt = {
|
||||||
.nm = {
|
.nm = {
|
||||||
|
@ -237,8 +237,8 @@ main (int argc, char *argv[])
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
// Example of a ISO14443-4 (DESfire)
|
// Example of a ISO14443-4 (DESfire)
|
||||||
nfc_target nt = {
|
nfc_target nt = {
|
||||||
.nm = {
|
.nm = {
|
||||||
|
@ -256,7 +256,7 @@ main (int argc, char *argv[])
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
*/
|
*/
|
||||||
|
|
||||||
printf ("%s will emulate this ISO14443-A tag:\n", argv[0]);
|
printf ("%s will emulate this ISO14443-A tag:\n", argv[0]);
|
||||||
print_nfc_iso14443a_info (nt.nti.nai, true);
|
print_nfc_iso14443a_info (nt.nti.nai, true);
|
||||||
|
|
|
@ -682,7 +682,7 @@ acr122_usb_init (nfc_device *pnd)
|
||||||
int res = 0;
|
int res = 0;
|
||||||
uint8_t abtRxBuf[ACR122_USB_BUFFER_LEN];
|
uint8_t abtRxBuf[ACR122_USB_BUFFER_LEN];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// See ACR122 manual: "Bi-Color LED and Buzzer Control" section
|
// See ACR122 manual: "Bi-Color LED and Buzzer Control" section
|
||||||
uint8_t acr122u_get_led_state_frame[] = {
|
uint8_t acr122u_get_led_state_frame[] = {
|
||||||
0x6b, // CCID
|
0x6b, // CCID
|
||||||
|
@ -703,7 +703,7 @@ acr122_usb_init (nfc_device *pnd)
|
||||||
|
|
||||||
if ((res = acr122_usb_bulk_read (DRIVER_DATA (pnd), abtRxBuf, sizeof (abtRxBuf), 1000)) < 0)
|
if ((res = acr122_usb_bulk_read (DRIVER_DATA (pnd), abtRxBuf, sizeof (abtRxBuf), 1000)) < 0)
|
||||||
return res;
|
return res;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ((res = pn53x_set_property_int (pnd, NP_TIMEOUT_COMMAND, 1000)) < 0)
|
if ((res = pn53x_set_property_int (pnd, NP_TIMEOUT_COMMAND, 1000)) < 0)
|
||||||
return res;
|
return res;
|
||||||
|
|
Loading…
Reference in a new issue