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