diff --git a/applications/external b/applications/external index d2fd05e47..9ac3220fa 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit d2fd05e4784f302a6e82eecb6e7ec743c2a060f2 +Subproject commit 9ac3220fadf8565615edddfcc8763955e575d8f3 diff --git a/applications/main/bad_kb/helpers/ducky_script.c b/applications/main/bad_kb/helpers/ducky_script.c index 925bce5d4..96f6b4744 100644 --- a/applications/main/bad_kb/helpers/ducky_script.c +++ b/applications/main/bad_kb/helpers/ducky_script.c @@ -13,6 +13,7 @@ #include #define TAG "BadKb" + #define WORKER_TAG TAG "Worker" #define BADKB_ASCII_TO_KEY(script, x) \ diff --git a/applications/main/bad_kb/helpers/ducky_script_commands.c b/applications/main/bad_kb/helpers/ducky_script_commands.c index 13681f8a4..6dfb4b683 100644 --- a/applications/main/bad_kb/helpers/ducky_script_commands.c +++ b/applications/main/bad_kb/helpers/ducky_script_commands.c @@ -250,6 +250,7 @@ static const DuckyCmd ducky_commands[] = { }; #define TAG "BadKb" + #define WORKER_TAG TAG "Worker" int32_t ducky_execute_cmd(BadKbScript* bad_kb, const char* line) { diff --git a/applications/main/nfc/plugins/supported_cards/saflok.c b/applications/main/nfc/plugins/supported_cards/saflok.c index 67b70e89b..b2904109e 100644 --- a/applications/main/nfc/plugins/supported_cards/saflok.c +++ b/applications/main/nfc/plugins/supported_cards/saflok.c @@ -10,10 +10,11 @@ #include #define TAG "Saflok" + #define MAGIC_TABLE_SIZE 192 -#define KEY_LENGTH 6 -#define UID_LENGTH 4 -#define CHECK_SECTOR 1 +#define KEY_LENGTH 6 +#define UID_LENGTH 4 +#define CHECK_SECTOR 1 typedef struct { uint64_t a; diff --git a/applications/main/subghz/scenes/subghz_scene_decode_raw.c b/applications/main/subghz/scenes/subghz_scene_decode_raw.c index 2595b7c49..9ce344c00 100644 --- a/applications/main/subghz/scenes/subghz_scene_decode_raw.c +++ b/applications/main/subghz/scenes/subghz_scene_decode_raw.c @@ -1,6 +1,7 @@ #include "../subghz_i.h" #define TAG "SubGhzDecodeRaw" + #define SAMPLES_TO_READ_PER_TICK 400 static void subghz_scene_receiver_update_statusbar(void* context) {