mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Fixed a typo
This commit is contained in:
parent
155b1d1713
commit
2f5a1ff4dc
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user