Skip to content

Commit d4b14b5

Browse files
committed
Code Review: RAII
1 parent fdf6875 commit d4b14b5

File tree

10 files changed

+197
-867
lines changed

10 files changed

+197
-867
lines changed

src/AudioTools/CoreAudio/AudioAnalog/AnalogAudioArduino.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ class AnalogAudioArduino : public AudioStream {
172172
uint16_t frame_size = 0;
173173
int result_factor = 1;
174174
int decim = 1;
175+
bool is_active = false;
175176

176177

177178
bool setupTx() {

0 commit comments

Comments
 (0)