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 0c46678 commit 948da7bCopy full SHA for 948da7b
src/AudioConfig.h
@@ -328,6 +328,6 @@ typedef uint32_t eps32_i2s_sample_rate_type;
328
#define FLUSH_OVERRIDE override
329
#endif
330
331
-#ifndef OVERRIDE
+#ifndef FLUSH_OVERRIDE
332
#define FLUSH_OVERRIDE
333
src/AudioTools/AudioStreams.h
@@ -196,7 +196,7 @@ class MemoryStream : public AudioStream {
196
197
virtual void flush() override {}
198
199
- virtual void end() {
+ virtual void end() override {
200
read_pos = 0;
201
}
202
0 commit comments