summaryrefslogtreecommitdiff
path: root/test/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/thermal.c')
-rw-r--r--test/thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/thermal.c b/test/thermal.c
index fb10b1cd1e..deaac2f631 100644
--- a/test/thermal.c
+++ b/test/thermal.c
@@ -62,7 +62,7 @@ void host_throttle_cpu(int throttled)
host_throttled = throttled;
}
-void pwm_fan_set_percent_needed(int pct)
+void fan_set_percent_needed(int pct)
{
fan_pct = pct;
}