Tine header define cleanup (#535)

This commit is contained in:
mutatrum 2025-01-16 22:21:59 +01:00 committed by GitHub
parent a04c00ba07
commit 244dacc26a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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
#endif /* MINING_H_ */

View File

@ -16,4 +16,4 @@ typedef struct
void ASIC_task(void *pvParameters);
#endif
#endif /* ASIC_TASK_H_ */