We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5999573 commit de776b3Copy full SHA for de776b3
scences/emulation.c
@@ -29,7 +29,6 @@ void nfc_playlist_emulation_scene_on_exit(void* context) {
29
30
void nfc_playlist_emulation_setup(void* context) {
31
NfcPlaylist* nfc_playlist = context;
32
-
33
nfc_playlist->thread = furi_thread_alloc_ex("NfcPlaylistEmulationWorker", 8192, nfc_playlist_emulation_task, nfc_playlist);
34
nfc_playlist->nfc_playlist_worker = nfc_playlist_worker_alloc();
35
}
0 commit comments