mirror of https://github.com/arendst/Tasmota.git
try to fix if condition
This commit is contained in:
parent
58e3297b07
commit
ad65448e09
|
@ -58,7 +58,7 @@
|
|||
|
||||
#include "AudioGeneratorMIDI.h"
|
||||
|
||||
#if defined(ESP32) && (__GNUC__ >= 8) && (__XTENSA__)
|
||||
#if defined(ESP32)
|
||||
// Do not build, Espressif's GCC8+ has a compiler bug
|
||||
#else // __GNUC__ == 8
|
||||
|
||||
|
|
Loading…
Reference in New Issue