fix defines

This commit is contained in:
souldbminersmwc
2026-03-12 15:51:06 -04:00
parent e781e67b43
commit b44684760d

View File

@@ -43,9 +43,9 @@
#define HOSPPC_HAS_BOOST (hosversionAtLeast(7,0,0))
// governor constants
#define POLL_NS = 5'000'000; // 5 ms governor poll rate
#define DOWN_HOLD_TICKS = 10; // 50 ms how long to in POLL_NS to hold while ramping down
#define STEP_UTIL = 900; // multiplier for step calculations
#define POLL_NS 5'000'000 // 5 ms governor poll rate
#define DOWN_HOLD_TICKS 10 // 50 ms how long to in POLL_NS to hold while ramping down
#define STEP_UTIL 900 // multiplier for step calculations
bool isGpuGovernorEnabled = false;
bool isCpuGovernorEnabled = false;