Skip to content

Commit 3e35669

Browse files
committed
Compile Error ESP32 C3 for HZ
1 parent 1910e40 commit 3e35669

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/AudioTools/AudioTypes.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#include "AudioBasic/Int24.h"
99
#include "AudioBasic/Collections/Vector.h"
1010

11+
// fix compile error for ESP32 C3
12+
#undef HZ
13+
1114
namespace audio_tools {
1215

1316
/**

0 commit comments

Comments
 (0)