Skip to content

Commit c50481c

Browse files
committed
Revert "posix-h4: fix build with updated realtek chipset"
This reverts commit 99e4a1a.
1 parent d2bd537 commit c50481c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

port/posix-h4/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ file(GLOB SOURCES_TC2566X "${BTSTACK_ROOT}/chipset/tc3566x/*.c")
8282
file(GLOB SOURCES_REALTEK "${BTSTACK_ROOT}/chipset/realtek/*.c")
8383
file(GLOB SOURCES_ZEPHYR "${BTSTACK_ROOT}/chipset/zephyr/*.c")
8484
file(GLOB SOURCES_LC3_GOOGLE "${BTSTACK_ROOT}/3rd-party/lc3-google/src/*.c")
85-
file(GLOB SOURCES_LE_AUDIO "${BTSTACK_ROOT}/src/le-audio/*.c")
8685
file(GLOB SOURCES_PORT "*.c")
8786

8887
set(LWIP_CORE_SRC
@@ -142,7 +141,6 @@ set(SOURCES
142141
${SOURCES_GATT}
143142
${SOURCES_HXCMOD}
144143
${SOURCES_HXCMOD}
145-
${SOURCES_LE_AUDIO}
146144
${SOURCES_LIBUSB}
147145
${SOURCES_MD5}
148146
${SOURCES_MESH}
@@ -157,7 +155,7 @@ set(SOURCES
157155
${SOURCES_POSIX}
158156
${SOURCES_YXML}
159157
${SOURCES_ZEPHYR}
160-
${SOURCES_QRCODEGEN}
158+
${SOURCES_QRCODEGEN}
161159
)
162160
list(SORT SOURCES)
163161

0 commit comments

Comments
 (0)