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/subghz/subghz_cli.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/subghz/subghz_cli.c')
-rw-r--r--applications/subghz/subghz_cli.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/subghz/subghz_cli.c b/applications/subghz/subghz_cli.c
index a52defa3..b91b9a4b 100644
--- a/applications/subghz/subghz_cli.c
+++ b/applications/subghz/subghz_cli.c
@@ -1,7 +1,7 @@
#include "subghz_cli.h"
#include <furi.h>
-#include <furi-hal.h>
+#include <furi_hal.h>
#include <stream_buffer.h>
#include <lib/toolbox/args.h>
@@ -12,7 +12,7 @@
#include "helpers/subghz_chat.h"
-#include <notification/notification-messages.h>
+#include <notification/notification_messages.h>
#define SUBGHZ_FREQUENCY_RANGE_STR \
"299999755...348000000 or 386999938...464000000 or 778999847...928000000"