Skip to content

Commit de776b3

Browse files
committed
Update emulation.c
1 parent 5999573 commit de776b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scences/emulation.c

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ void nfc_playlist_emulation_scene_on_exit(void* context) {
2929

3030
void nfc_playlist_emulation_setup(void* context) {
3131
NfcPlaylist* nfc_playlist = context;
32-
3332
nfc_playlist->thread = furi_thread_alloc_ex("NfcPlaylistEmulationWorker", 8192, nfc_playlist_emulation_task, nfc_playlist);
3433
nfc_playlist->nfc_playlist_worker = nfc_playlist_worker_alloc();
3534
}

0 commit comments

Comments
 (0)