Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Heating/Thermistor.h')
-rw-r--r--src/Heating/Thermistor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Heating/Thermistor.h b/src/Heating/Thermistor.h
index 58c504c2..eabc45f9 100644
--- a/src/Heating/Thermistor.h
+++ b/src/Heating/Thermistor.h
@@ -8,7 +8,7 @@
#ifndef SRC_HEATING_THERMISTOR_H_
#define SRC_HEATING_THERMISTOR_H_
-#include "Core.h"
+#include "RepRapFirmware.h"
// The Steinhart-Hart equation for thermistor resistance is:
// 1/T = A + B ln(R) + C [ln(R)]^3