Empty line after TAGs as per new formatting

This commit is contained in:
Willy-JL
2024-07-15 22:29:41 +01:00
parent 02f7207d28
commit 8a02a2c8dd
5 changed files with 8 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
#include <toolbox/hex.h>
#define TAG "BadKb"
#define WORKER_TAG TAG "Worker"
#define BADKB_ASCII_TO_KEY(script, x) \

View File

@@ -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) {

View File

@@ -10,10 +10,11 @@
#include <bit_lib.h>
#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;

View File

@@ -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) {