mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
Empty line after TAGs as per new formatting
This commit is contained in:
Submodule applications/external updated: d2fd05e478...9ac3220fad
@@ -13,6 +13,7 @@
|
||||
#include <toolbox/hex.h>
|
||||
|
||||
#define TAG "BadKb"
|
||||
|
||||
#define WORKER_TAG TAG "Worker"
|
||||
|
||||
#define BADKB_ASCII_TO_KEY(script, x) \
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user