Skip to content

Commit b578ea0

Browse files
committed
Formatting
1 parent f036552 commit b578ea0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ App(
88
fap_category="NFC",
99
fap_author="@acegoal07",
1010
fap_weburl="https://github.com/acegoal07/FlipperZero_NFC_Playlist/tree/main",
11-
fap_version="1.3",
11+
fap_version="1.4",
1212
fap_icon="assets/icon.png",
1313
fap_private_libs=[
1414
Lib(

nfc_playlist.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typedef enum {
2020
NfcPlaylistView_Popup,
2121
NfcPlaylistView_FileSelect,
2222
NfcPlaylistView_FileEdit,
23-
NfcPlaylistView_TextInput,
23+
NfcPlaylistView_TextInput
2424
} NfcPlayScenesView;
2525

2626
typedef enum {
@@ -58,8 +58,8 @@ typedef struct {
5858
char* playlist_name;
5959
} NfcPlaylist;
6060

61-
static const int options_emulate_timeout[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 };
61+
static const int options_emulate_timeout[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
6262
static const int default_emulate_timeout = 4;
63-
static const int options_emulate_delay[] = { 0, 1, 2, 3, 4, 5, 6 };
63+
static const int options_emulate_delay[] = {0, 1, 2, 3, 4, 5, 6};
6464
static const int default_emulate_delay = 0;
6565
static const bool default_emulate_led_indicator = true;

scences/emulation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ int32_t nfc_playlist_emulation_task(void* context);
2323
typedef enum NfcPlaylistEmulationState {
2424
NfcPlaylistEmulationState_Emulating,
2525
NfcPlaylistEmulationState_Stopped,
26-
NfcPlaylistEmulationState_Canceled,
26+
NfcPlaylistEmulationState_Canceled
2727
} NfcPlaylistEmulationState;

0 commit comments

Comments
 (0)