Skip to content

Commit 8026dd6

Browse files
authored
fix: add zero back
1 parent 22445c5 commit 8026dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nfc_playlist.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ typedef struct {
7171

7272
static const int options_emulate_timeout[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
7373
static const int default_emulate_timeout = 4;
74-
static const int options_emulate_delay[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
74+
static const int options_emulate_delay[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
7575
static const int default_emulate_delay = 0;
7676
static const bool default_emulate_led_indicator = true;
7777
static const bool default_skip_error = false;

0 commit comments

Comments
 (0)