From 2f5a1ff4dc2129f6c6ca99439d90a9b9830e088b Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sat, 12 Feb 2022 16:35:56 +0100 Subject: [PATCH] Fixed a typo --- src/drv/touch/touch_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv/touch/touch_driver.h b/src/drv/touch/touch_driver.h index 0cd12990..f26f37f0 100644 --- a/src/drv/touch/touch_driver.h +++ b/src/drv/touch/touch_driver.h @@ -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"