summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/thermistor.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/thermistor.c')
-rw-r--r--driver/temp_sensor/thermistor.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/driver/temp_sensor/thermistor.c b/driver/temp_sensor/thermistor.c
index 5a704bf990..550b2447c2 100644
--- a/driver/temp_sensor/thermistor.c
+++ b/driver/temp_sensor/thermistor.c
@@ -3,7 +3,10 @@
* found in the LICENSE file.
*/
-/* Common thermistor code for Chrome EC */
+/*
+ * Common thermistor code for Chrome EC. See ./thermistor.md for table of
+ * resistance of a 47kΩ B4050 thermistor
+ */
#include "adc.h"
#include "common.h"