From 18a3f0bb7fc78adb0cb2370e5ba4a2946e819c81 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 8 Feb 2024 19:47:53 +0100 Subject: [PATCH] Fix macro --- src/drv/touch/touch_driver_tftespi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv/touch/touch_driver_tftespi.h b/src/drv/touch/touch_driver_tftespi.h index fc5895c8..8fc82a91 100644 --- a/src/drv/touch/touch_driver_tftespi.h +++ b/src/drv/touch/touch_driver_tftespi.h @@ -4,7 +4,7 @@ #ifndef HASP_TFTESPI_TOUCH_DRIVER_H #define HASP_TFTESPI_TOUCH_DRIVER_H -#ifdef ARDUINO && defined(USER_SETUP_LOADED) +#if defined(ARDUINO) && defined(USER_SETUP_LOADED) #include #include "touch_driver.h" // base class