Skip to content

Commit

Permalink
Update emulation.c
Browse files Browse the repository at this point in the history
  • Loading branch information
acegoal07 committed Feb 20, 2024
1 parent 5999573 commit de776b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scences/emulation.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ void nfc_playlist_emulation_scene_on_exit(void* context) {

void nfc_playlist_emulation_setup(void* context) {
NfcPlaylist* nfc_playlist = context;

nfc_playlist->thread = furi_thread_alloc_ex("NfcPlaylistEmulationWorker", 8192, nfc_playlist_emulation_task, nfc_playlist);
nfc_playlist->nfc_playlist_worker = nfc_playlist_worker_alloc();
}
Expand Down

0 comments on commit de776b3

Please sign in to comment.