Skip to content

Commit

Permalink
AnalogDriverESP32V1 remove const
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 19, 2024
1 parent 0091d27 commit f7b1074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioTools/CoreAudio/AudioAnalog/AnalogDriverESP32V1.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class AnalogDriverESP32V1 : public AnalogDriverBase {
return count_ == size_;
}

void clear() const {
void clear() {
head_ = 0;
tail_ = 0;
count_ = 0;
Expand Down

0 comments on commit f7b1074

Please sign in to comment.