Skip to content

Commit 3bf2959

Browse files
authored
Merge pull request #320 from ncravino/patch-1
Remove old include<i2s.h> on MozziGuts_impl_ESP8266.hpp to avoid build failure
2 parents 98cbfa6 + d80a4e5 commit 3bf2959

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/MozziGuts_impl_ESP8266.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ uint16_t output_buffer_size = 0;
4848

4949
# if MOZZI_IS(MOZZI_AUDIO_MODE, MOZZI_OUTPUT_PDM_VIA_I2S)
5050
} // namespace MozziPrivate
51-
# include <i2s.h>
51+
5252
namespace MozziPrivate {
5353
inline bool canBufferAudioOutput() {
5454
return (i2s_available() >= MOZZI_PDM_RESOLUTION);
@@ -60,7 +60,7 @@ inline void audioOutput(const AudioOutput f) {
6060
}
6161
# elif MOZZI_IS(MOZZI_AUDIO_MODE, MOZZI_OUTPUT_I2S_DAC)
6262
} // namespace MozziPrivate
63-
# include <i2s.h>
63+
6464
namespace MozziPrivate {
6565
inline bool canBufferAudioOutput() {
6666
return (i2s_available() >= MOZZI_PDM_RESOLUTION);

0 commit comments

Comments
 (0)