Skip to content

Commit f7b1074

Browse files
committed
AnalogDriverESP32V1 remove const
1 parent 0091d27 commit f7b1074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioAnalog/AnalogDriverESP32V1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class AnalogDriverESP32V1 : public AnalogDriverBase {
161161
return count_ == size_;
162162
}
163163

164-
void clear() const {
164+
void clear() {
165165
head_ = 0;
166166
tail_ = 0;
167167
count_ = 0;

0 commit comments

Comments
 (0)