Fix touch ifndefs (#19661)

This commit is contained in:
Keith Bennett 2020-10-09 00:52:06 -07:00 committed by GitHub
parent 70ab146cbb
commit e6d0a8ef66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -306,13 +306,13 @@
#ifndef XPT2046_X_CALIBRATION #ifndef XPT2046_X_CALIBRATION
#define XPT2046_X_CALIBRATION -11245 #define XPT2046_X_CALIBRATION -11245
#endif #endif
#ifdef XPT2046_Y_CALIBRATION #ifndef XPT2046_Y_CALIBRATION
#define XPT2046_Y_CALIBRATION 8629 #define XPT2046_Y_CALIBRATION 8629
#endif #endif
#ifdef XPT2046_X_OFFSET #ifndef XPT2046_X_OFFSET
#define XPT2046_X_OFFSET 685 #define XPT2046_X_OFFSET 685
#endif #endif
#ifdef XPT2046_Y_OFFSET #ifndef XPT2046_Y_OFFSET
#define XPT2046_Y_OFFSET -285 #define XPT2046_Y_OFFSET -285
#endif #endif
#endif #endif