From 244dacc26a19ec64de969a3735fb1ee9158fd6c0 Mon Sep 17 00:00:00 2001 From: mutatrum Date: Thu, 16 Jan 2025 22:21:59 +0100 Subject: [PATCH] Tine header define cleanup (#535) --- components/stratum/include/mining.h | 6 +++--- main/tasks/asic_task.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/stratum/include/mining.h b/components/stratum/include/mining.h index 407bd62..9ea2b01 100644 --- a/components/stratum/include/mining.h +++ b/components/stratum/include/mining.h @@ -1,5 +1,5 @@ -#ifndef MINING_H -#define MINING_H +#ifndef MINING_H_ +#define MINING_H_ #include "stratum_api.h" @@ -40,4 +40,4 @@ char *extranonce_2_generate(uint32_t extranonce_2, uint32_t length); uint32_t increment_bitmask(const uint32_t value, const uint32_t mask); -#endif // MINING_H \ No newline at end of file +#endif /* MINING_H_ */ \ No newline at end of file diff --git a/main/tasks/asic_task.h b/main/tasks/asic_task.h index d2f906c..a391443 100644 --- a/main/tasks/asic_task.h +++ b/main/tasks/asic_task.h @@ -16,4 +16,4 @@ typedef struct void ASIC_task(void *pvParameters); -#endif +#endif /* ASIC_TASK_H_ */