Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiny header define cleanup #535

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/stratum/include/mining.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef MINING_H
#define MINING_H
#ifndef MINING_H_
#define MINING_H_

#include "stratum_api.h"

Expand Down Expand Up @@ -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_ */
2 changes: 1 addition & 1 deletion main/tasks/asic_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ typedef struct

void ASIC_task(void *pvParameters);

#endif
#endif /* ASIC_TASK_H_ */