Skip to content

Commit

Permalink
fix includes to allow usage with ufbt
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jan 11, 2024
1 parent 0b96ee3 commit cde30bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "../nfc_magic_app_i.h"
#include "applications_user/nfc_magic/lib/magic/protocols/gen4/gen4_poller_i.h"
#include "../lib/magic/protocols/gen4/gen4_poller_i.h"

enum {
NfcMagicSceneGen4SetDirectWriteBlock0ModeStateCardSearch,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "../nfc_magic_app_i.h"
#include "applications_user/nfc_magic/lib/magic/protocols/gen4/gen4_poller_i.h"
#include "../lib/magic/protocols/gen4/gen4_poller_i.h"

enum {
NfcMagicSceneGen4SetShadowModeStateCardSearch,
Expand Down

0 comments on commit cde30bb

Please sign in to comment.