Fixed a typo

This commit is contained in:
fvanroie 2022-02-12 16:35:56 +01:00
parent 155b1d1713
commit 2f5a1ff4dc

View File

@ -48,7 +48,7 @@ class BaseTouch {
#define TOUCH_DRIVER -1 // No Touch
#endif
if TOUCH_DRIVER == 0x2046 && defined(USER_SETUP_LOADED)
#if TOUCH_DRIVER == 0x2046 && defined(USER_SETUP_LOADED)
#warning Building for XPT2046
//#include "touch_driver_xpt2046.h"
#include "touch_driver_tftespi.h"