Skip to content

Commit 9f09d01

Browse files
thisiskeithbvgadreau
authored andcommitted
Fix touch ifndefs (MarlinFirmware#19661)
1 parent 168e186 commit 9f09d01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -306,13 +306,13 @@
306306
#ifndef XPT2046_X_CALIBRATION
307307
#define XPT2046_X_CALIBRATION -11245
308308
#endif
309-
#ifdef XPT2046_Y_CALIBRATION
309+
#ifndef XPT2046_Y_CALIBRATION
310310
#define XPT2046_Y_CALIBRATION 8629
311311
#endif
312-
#ifdef XPT2046_X_OFFSET
312+
#ifndef XPT2046_X_OFFSET
313313
#define XPT2046_X_OFFSET 685
314314
#endif
315-
#ifdef XPT2046_Y_OFFSET
315+
#ifndef XPT2046_Y_OFFSET
316316
#define XPT2046_Y_OFFSET -285
317317
#endif
318318
#endif

0 commit comments

Comments
 (0)