summaryrefslogtreecommitdiff
path: root/board/woomax/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/woomax/thermal.c')
-rw-r--r--board/woomax/thermal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/woomax/thermal.c b/board/woomax/thermal.c
index 2e77f78e42..2517a361e6 100644
--- a/board/woomax/thermal.c
+++ b/board/woomax/thermal.c
@@ -82,12 +82,13 @@ static const struct fan_step fan_step_table[] = {
/* level 7 */
.on = {-1, -1, 80},
.off = {-1, -1, 60},
- .rpm = 4339,
+ .rpm = 4330,
},
{
/* level 8 */
.on = {-1, -1, 99},
.off = {-1, -1, 74},
+ .rpm = 4915,
},
};