mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-21 17:56:31 +00:00
try to fix if condition
This commit is contained in:
parent
73f755dda2
commit
92a56a80b4
@ -21,7 +21,7 @@
|
|||||||
#ifndef _AUDIOGENERATORMIDI_H
|
#ifndef _AUDIOGENERATORMIDI_H
|
||||||
#define _AUDIOGENERATORMIDI_H
|
#define _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