Skip to content

Commit 8c1a6e7

Browse files
committed
Fix Renesas compilation with MOZZI_OUTPUT_BUFFER_SIZE
1 parent ba78571 commit 8c1a6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/MozziGuts_impl_RENESAS.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ FspTimer timer;
8686
#endif
8787

8888
#if MOZZI_IS(MOZZI_AUDIO_MODE, MOZZI_OUTPUT_INTERNAL_DAC)
89-
CircularBuffer<uint16_t> output_buffer;
89+
CircularBuffer<uint16_t, MOZZI_OUTPUT_BUFFER_SIZE> output_buffer;
9090
} // namespace MozziPrivate
9191
#include "MozziGuts_impl_RENESAS_analog.hpp"
9292
namespace MozziPrivate {

0 commit comments

Comments
 (0)