Skip to content

Commit ce67a50

Browse files
authored
fix possible redefine warning
1 parent f084cbe commit ce67a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/lib_display/UDisplay/include/uDisplay_config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ extern SPIClass *SpiBegin(uint32_t bus);
2020
#endif // _TASMOTA_H_
2121

2222
// Enable universal touch support
23+
#ifndef USE_UNIVERSAL_TOUCH
2324
#define USE_UNIVERSAL_TOUCH
25+
#endif
2426

2527
enum uColorType { uCOLOR_BW, uCOLOR_COLOR };
2628

0 commit comments

Comments
 (0)