Change repetitive prints from DEBUG to TRACE

This commit is contained in:
Jeremy Soller
2021-06-10 09:12:34 -06:00
committed by Jeremy Soller
parent 913b0dfc44
commit 90057df94f
4 changed files with 7 additions and 7 deletions

View File

@@ -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;
}