mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 13:22:53 +01:00
Tine header define cleanup (#535)
This commit is contained in:
parent
a04c00ba07
commit
244dacc26a
@ -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_ */
|
@ -16,4 +16,4 @@ typedef struct
|
||||
|
||||
void ASIC_task(void *pvParameters);
|
||||
|
||||
#endif
|
||||
#endif /* ASIC_TASK_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user