summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/moli/board.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/board/moli/board.h b/board/moli/board.h
index 7314cc9169..eb2d407105 100644
--- a/board/moli/board.h
+++ b/board/moli/board.h
@@ -128,11 +128,9 @@
/* ADC */
#define CONFIG_ADC
-/*
- * TODO(b/197478860): Enable the fan control. We need
- * to check the sensor value and adjust the fan speed.
- */
- #define CONFIG_FANS FAN_CH_COUNT
+/* Fan */
+#define CONFIG_FANS FAN_CH_COUNT
+#define RPM_DEVIATION 1
/* Include math_util for bitmask_uint64 used in pd_timers */
#define CONFIG_MATH_UTIL