Fix Bed, Chamber ADC condition (#14866)
This commit is contained in:
parent
3914bcfbb1
commit
535eeace5f
@ -59,12 +59,12 @@
|
|||||||
#else
|
#else
|
||||||
#define GET_TEMP_5_ADC() -1
|
#define GET_TEMP_5_ADC() -1
|
||||||
#endif
|
#endif
|
||||||
#if HAS_HEATED_BED
|
#if HAS_TEMP_ADC_BED
|
||||||
#define GET_BED_ADC() PIN_TO_ADC(TEMP_BED_PIN)
|
#define GET_BED_ADC() PIN_TO_ADC(TEMP_BED_PIN)
|
||||||
#else
|
#else
|
||||||
#define GET_BED_ADC() -1
|
#define GET_BED_ADC() -1
|
||||||
#endif
|
#endif
|
||||||
#if HAS_HEATED_CHAMBER
|
#if HAS_TEMP_ADC_CHAMBER
|
||||||
#define GET_CHAMBER_ADC() PIN_TO_ADC(TEMP_CHAMBER_PIN)
|
#define GET_CHAMBER_ADC() PIN_TO_ADC(TEMP_CHAMBER_PIN)
|
||||||
#else
|
#else
|
||||||
#define GET_CHAMBER_ADC() -1
|
#define GET_CHAMBER_ADC() -1
|
||||||
|
Loading…
Reference in New Issue
Block a user