Skip to content

Commit fcc35d1

Browse files
committed
fix unused variable warning
1 parent 3047ac4 commit fcc35d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/audio_processing/dummy_audio_processor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "dummy_audio_processor.h"
22
#include <esp_log.h>
33

4-
static const char* TAG = "DummyAudioProcessor";
4+
#define TAG "DummyAudioProcessor"
55

66
void DummyAudioProcessor::Initialize(AudioCodec* codec) {
77
codec_ = codec;

0 commit comments

Comments
 (0)