Skip to content

Commit 1a66bc1

Browse files
committed
fix(OpenThread): fixes file list in CMakeLists.txt
1 parent 9e26803 commit 1a66bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ set(ARDUINO_LIBRARY_NetBIOS_SRCS libraries/NetBIOS/src/NetBIOS.cpp)
161161

162162
set(ARDUINO_LIBRARY_OpenThread_SRCS
163163
libraries/OpenThread/src/OThreadCLI.cpp
164-
libraries/OpenThread/src/OThreadCLI_Util.c)
164+
libraries/OpenThread/src/OThreadCLI_Util.cpp)
165165

166166
set(ARDUINO_LIBRARY_PPP_SRCS
167167
libraries/PPP/src/PPP.cpp

0 commit comments

Comments
 (0)