Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 15938a3

Browse files
authored
Keep target sorted
1 parent d44baad commit 15938a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptations/device-layer/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ libDeviceLayer_a_SOURCES += \
163163
ESP32/Entropy.cpp \
164164
ESP32/ESP32Config.cpp \
165165
ESP32/ESP32Utils.cpp \
166-
ESP32/ThreadStackManagerImpl.cpp \
167166
ESP32/GroupKeyStoreImpl.cpp \
168167
ESP32/Logging.cpp \
169168
ESP32/LwIPCoreLock.cpp \
170169
ESP32/NetworkProvisioningServerImpl.cpp \
171170
ESP32/PlatformManagerImpl.cpp \
172171
ESP32/SoftwareUpdateManagerImpl.cpp \
173172
ESP32/SystemTimeSupport.cpp \
173+
ESP32/ThreadStackManagerImpl.cpp \
174174
OpenThread/OpenThreadUtils.cpp \
175175
LwIP/WarmSupport.cpp \
176176
$(NULL)

0 commit comments

Comments
 (0)