Sanity-check the chamber thermistor pin

This commit is contained in:
Scott Lahteine
2020-06-19 14:01:15 -05:00
parent a173f33997
commit d8c3aed038
3 changed files with 15 additions and 7 deletions

View File

@@ -1692,16 +1692,16 @@
#if ENABLED(JOYSTICK)
#if PIN_EXISTS(JOY_X)
#define HAS_JOY_ADC_X 1
#endif
#endif
#if PIN_EXISTS(JOY_Y)
#define HAS_JOY_ADC_Y 1
#endif
#endif
#if PIN_EXISTS(JOY_Z)
#define HAS_JOY_ADC_Z 1
#endif
#endif
#if PIN_EXISTS(JOY_EN)
#define HAS_JOY_ADC_EN 1
#endif
#endif
#endif
// Heaters