We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba78571 commit 8c1a6e7Copy full SHA for 8c1a6e7
internal/MozziGuts_impl_RENESAS.hpp
@@ -86,7 +86,7 @@ FspTimer timer;
86
#endif
87
88
#if MOZZI_IS(MOZZI_AUDIO_MODE, MOZZI_OUTPUT_INTERNAL_DAC)
89
-CircularBuffer<uint16_t> output_buffer;
+ CircularBuffer<uint16_t, MOZZI_OUTPUT_BUFFER_SIZE> output_buffer;
90
} // namespace MozziPrivate
91
#include "MozziGuts_impl_RENESAS_analog.hpp"
92
namespace MozziPrivate {
0 commit comments