Skip to content

Commit

Permalink
Update bm1366.h
Browse files Browse the repository at this point in the history
disable debugging
  • Loading branch information
WantClue authored Nov 30, 2024
1 parent e05839b commit b03045d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/asic/include/bm1366.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define CRC5_MASK 0x1F
#define BM1366_ASIC_DIFFICULTY 256

#define BM1366_SERIALTX_DEBUG true
#define BM1366_SERIALTX_DEBUG false
#define BM1366_SERIALRX_DEBUG false
#define BM1366_DEBUG_WORK false //causes insane amount of debug output
#define BM1366_DEBUG_JOBS false //causes insane amount of debug output
Expand Down Expand Up @@ -46,4 +46,4 @@ int BM1366_set_default_baud(void);
void BM1366_send_hash_frequency(float frequency);
task_result * BM1366_proccess_work(void * GLOBAL_STATE);

#endif /* BM1366_H_ */
#endif /* BM1366_H_ */

0 comments on commit b03045d

Please sign in to comment.