Change repetitive prints from DEBUG to TRACE
This commit is contained in:
committed by
Jeremy Soller
parent
913b0dfc44
commit
90057df94f
@@ -91,7 +91,7 @@ uint8_t dgpu_get_fan_duty(void) {
|
||||
duty = fan_cooldown(&FAN, duty);
|
||||
}
|
||||
|
||||
DEBUG("DGPU temp=%d\n", dgpu_temp);
|
||||
TRACE("DGPU temp=%d\n", dgpu_temp);
|
||||
return duty;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user