1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 13:56:24 +00:00

🐛 Fix Probe Temp Calibration compile (#22032)

This commit is contained in:
hannesweisbach 2021-06-05 06:38:43 +02:00 committed by Scott Lahteine
parent 19521d16cd
commit 2116e4202b

View File

@ -64,7 +64,7 @@ typedef struct {
#ifndef BTC_SAMPLE_COUNT #ifndef BTC_SAMPLE_COUNT
#define BTC_SAMPLE_COUNT 10U #define BTC_SAMPLE_COUNT 10U
#endif #endif
#ifndef BTC_SAMPLE_STEP #ifndef BTC_SAMPLE_RES
#define BTC_SAMPLE_RES 5 #define BTC_SAMPLE_RES 5
#endif #endif
#ifndef BTC_SAMPLE_START #ifndef BTC_SAMPLE_START