mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 22:20:56 +00:00
🐛 Fix Probe Temp Calibration compile (#22032)
This commit is contained in:
parent
c2c771a1cc
commit
9d3bc551bc
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ typedef struct {
|
|||
#ifndef BTC_SAMPLE_COUNT
|
||||
#define BTC_SAMPLE_COUNT 10U
|
||||
#endif
|
||||
#ifndef BTC_SAMPLE_STEP
|
||||
#ifndef BTC_SAMPLE_RES
|
||||
#define BTC_SAMPLE_RES 5
|
||||
#endif
|
||||
#ifndef BTC_SAMPLE_START
|
||||
|
|
Loading…
Reference in a new issue