Revert debug changes

This commit is contained in:
Erik Olof Gunnar Andersson 2025-02-21 19:32:49 +01:00
parent e324fb29f4
commit 5378818898

View File

@ -10,10 +10,10 @@
#define CRC5_MASK 0x1F
#define BM1366_ASIC_DIFFICULTY 256
#define BM1366_SERIALTX_DEBUG true
#define BM1366_SERIALRX_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 true //causes insane amount of debug output
#define BM1366_DEBUG_JOBS false //causes insane amount of debug output
static const uint64_t BM1366_CORE_COUNT = 112;
static const uint64_t BM1366_SMALL_CORE_COUNT = 894;