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/Sensors/TmcDriverTemperatureSensor.h')
-rw-r--r--src/Heating/Sensors/TmcDriverTemperatureSensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Heating/Sensors/TmcDriverTemperatureSensor.h b/src/Heating/Sensors/TmcDriverTemperatureSensor.h
index ca89cc44..2469df17 100644
--- a/src/Heating/Sensors/TmcDriverTemperatureSensor.h
+++ b/src/Heating/Sensors/TmcDriverTemperatureSensor.h
@@ -22,7 +22,7 @@ public:
const char *GetShortSensorType() const noexcept override;
static constexpr const char *PrimaryTypeName = "drivers";
-#ifdef DUET_NG
+#if defined(DUET_NG) || defined(PCCB_10)
static constexpr const char *DuexTypeName = "drivers-duex";
static constexpr const char *DuexTypeShortName = "driversduex";
#endif