mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Replace all μ(greek small letter mu, UTF-8 \xce\xbc) to µ(micro sign, UTF-8 \xc2\xb5)
This commit is contained in:
parent
7729786e78
commit
214ded2b97
7 changed files with 30 additions and 30 deletions
|
@ -241,8 +241,8 @@ static uint8_t felica_select_card(felica_card_select_t *card) {
|
|||
// We try 10 times, or if answer was received.
|
||||
int len = 25;
|
||||
do {
|
||||
// end-of-reception response packet data, wait approx. 501μs
|
||||
// end-of-transmission command packet data, wait approx. 197μs
|
||||
// end-of-reception response packet data, wait approx. 501µs
|
||||
// end-of-transmission command packet data, wait approx. 197µs
|
||||
// polling card
|
||||
TransmitFor18092_AsReader(poll, sizeof(poll), NULL, 1, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue