mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
typos
This commit is contained in:
parent
0ed66781a7
commit
88308ea727
98 changed files with 271 additions and 271 deletions
|
@ -113,7 +113,7 @@ static size_t lf_count_edge_periods_ex(size_t max, bool wait, bool detect_gap) {
|
|||
if (wait == false) {
|
||||
// Test if we are locating a field modulation (100% ASK = complete field drop)
|
||||
if (detect_gap) {
|
||||
// Only return when the field completely dissapeared
|
||||
// Only return when the field completely disappeared
|
||||
if (adc_val == 0) {
|
||||
return periods;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue