Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2022-01-05 19:10:18 +0300
committerGitHub <noreply@github.com>2022-01-05 19:10:18 +0300
commit389ff92cc14236db06605ee0992c9594da6cd7be (patch)
tree5b2d5777caf2a7a76c2c422c93dbb09f168134fa /applications/nfc/nfc_worker.c
parentc98e54da103ede7923af0a8b555ddb1cb8bb62fe (diff)
Naming and coding style convention, new linter tool. (#945)
* Makefile, Scripts: new linter * About: remove ID from IC * Firmware: remove double define for DIVC/DIVR * Scripts: check folder names too. Docker: replace syntax check with make lint. * Reformat Sources and Migrate to new file naming convention * Docker: symlink clang-format-12 to clang-format * Add coding style guide
Diffstat (limited to 'applications/nfc/nfc_worker.c')
-rwxr-xr-xapplications/nfc/nfc_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/nfc/nfc_worker.c b/applications/nfc/nfc_worker.c
index ad1aa6e5..98d064ca 100755
--- a/applications/nfc/nfc_worker.c
+++ b/applications/nfc/nfc_worker.c
@@ -1,5 +1,5 @@
#include "nfc_worker_i.h"
-#include <furi-hal.h>
+#include <furi_hal.h>
#include "nfc_protocols/emv_decoder.h"
#include "nfc_protocols/mifare_ultralight.h"