Skip to content

Commit 78e5532

Browse files
committed
Merge branch 'fix_complex' into 'master'
bugfix: Fix conflicts with C's complex.h See merge request app-frameworks/esp-tflite-micro!165
2 parents 2312aff + 58671b6 commit 78e5532

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ idf_component_register(
109109
"third_party/flatbuffers/include"
110110
"third_party/ruy"
111111
"third_party/kissfft"
112-
"signal/micro/kernels"
113-
"signal/src"
114-
"signal/src/kiss_fft_wrappers"
115112
REQUIRES ${pub_req}
116113
PRIV_REQUIRES ${priv_req})
117114

0 commit comments

Comments
 (0)