From 31ab456a3a4ab59ac47b473e39c9cde4fca659a0 Mon Sep 17 00:00:00 2001 From: me-no-dev Date: Thu, 23 Jul 2020 00:27:33 +0300 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce8fe945..f98c7424 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,8 @@ set(CORE_SRCS cores/esp32/stdlib_noniso.c cores/esp32/Stream.cpp cores/esp32/StreamString.cpp + cores/esp32/USB.cpp + cores/esp32/USBCDC.cpp cores/esp32/wiring_pulse.c cores/esp32/wiring_shift.c cores/esp32/WMath.cpp