Skip to content

Commit 78ebf73

Browse files
committed
Merge remote-tracking branch 'upstream/master' into dev/small_buffer
2 parents 04b3263 + 3bf2959 commit 78ebf73

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)