fix possible redefine warning
This commit is contained in:
parent
f084cbecb0
commit
ce67a505ca
@ -20,7 +20,9 @@ extern SPIClass *SpiBegin(uint32_t bus);
|
|||||||
#endif // _TASMOTA_H_
|
#endif // _TASMOTA_H_
|
||||||
|
|
||||||
// Enable universal touch support
|
// Enable universal touch support
|
||||||
|
#ifndef USE_UNIVERSAL_TOUCH
|
||||||
#define USE_UNIVERSAL_TOUCH
|
#define USE_UNIVERSAL_TOUCH
|
||||||
|
#endif
|
||||||
|
|
||||||
enum uColorType { uCOLOR_BW, uCOLOR_COLOR };
|
enum uColorType { uCOLOR_BW, uCOLOR_COLOR };
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user