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 6f6a7cd358..922b58da78 100644
--- a/test/thermal.c
+++ b/test/thermal.c
@@ -38,7 +38,7 @@ static int cpu_shutdown;
static int fan_pct;
static int no_temps_read;
-int dummy_temp_get_val(int idx, int *temp_ptr)
+int placeholder_temp_get_val(int idx, int *temp_ptr)
{
if (mock_temp[idx] >= 0) {
*temp_ptr = mock_temp[idx];