Просмотр исходного кода

Merge pull request #39 from xtruan/patch-1

acegoal07 1 год назад
Родитель
Сommit
0a7ce69a2e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      nfc_playlist.h

+ 2 - 2
nfc_playlist.h

@@ -71,7 +71,7 @@ typedef struct {
 
 static const int options_emulate_timeout[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
 static const int default_emulate_timeout = 4;
-static const int options_emulate_delay[] = {0, 1, 2, 3, 4, 5, 6};
+static const int options_emulate_delay[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
 static const int default_emulate_delay = 0;
 static const bool default_emulate_led_indicator = true;
 static const bool default_skip_error = false;
@@ -82,4 +82,4 @@ typedef enum NfcPlaylistLedState {
 } NfcPlaylistLedState;
 
 void start_blink(NfcPlaylist* nfc_playlist, int state);
-void stop_blink(NfcPlaylist* nfc_playlist);
+void stop_blink(NfcPlaylist* nfc_playlist);