aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster
diff options
context:
space:
mode:
Diffstat (limited to 'spaghetti-monster')
-rw-r--r--spaghetti-monster/darkhorse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/spaghetti-monster/darkhorse.c b/spaghetti-monster/darkhorse.c
index b77f541..2bfa2e9 100644
--- a/spaghetti-monster/darkhorse.c
+++ b/spaghetti-monster/darkhorse.c
@@ -68,7 +68,9 @@ void set_any_mode(uint8_t primary, uint8_t secondary, uint8_t *modes) {
else {
set_level(modes[secondary]);
}
+ #ifdef USE_THERMAL_REGULATION
target_level = actual_level;
+ #endif
}
inline void set_low_mode() { set_any_mode(L1, L2, low_modes); }