Skip to content

Commit 65e0d30

Browse files
authored
Remove SHA1Builder.cpp from CMakeLists.txt
1 parent 4f3229b commit 65e0d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ set(CORE_SRCS
5252
cores/esp32/freertos_stats.cpp
5353
cores/esp32/FunctionalInterrupt.cpp
5454
cores/esp32/HardwareSerial.cpp
55+
cores/esp32/HashBuilder.cpp
5556
cores/esp32/HEXBuilder.cpp
5657
cores/esp32/IPAddress.cpp
5758
cores/esp32/libb64/cdecode.c
@@ -60,7 +61,6 @@ set(CORE_SRCS
6061
cores/esp32/main.cpp
6162
cores/esp32/MD5Builder.cpp
6263
cores/esp32/Print.cpp
63-
cores/esp32/SHA1Builder.cpp
6464
cores/esp32/stdlib_noniso.c
6565
cores/esp32/Stream.cpp
6666
cores/esp32/StreamString.cpp

0 commit comments

Comments
 (0)