From 890df3f4ad60dda4635cb876150be95539d4658c Mon Sep 17 00:00:00 2001 From: Phil Tokumaru Date: Fri, 23 Aug 2024 10:15:50 -0700 Subject: [PATCH] Fixed CmakeList to update linkes to USB_ALG94 --- common/CMakeLists.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index e694b6a..a387db1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -36,12 +36,7 @@ include_directories( Drivers/CMSIS/Include ../common ../common/drivers - ../common/AL94_USB_Composite - ../common/AL94_USB_Composite/App - ../common/AL94_USB_Composite/Class/CDC_ACM/Inc - ../common/AL94_USB_Composite/Class/COMPOSITE/Inc - ../common/AL94_USB_Composite/Core/Inc - ../common/AL94_USB_Composite/Target + ../common/USB_AL94 specific ) @@ -51,7 +46,7 @@ file(GLOB_RECURSE VARMINT_SOURCES "Drivers/*.c" "../common/*.cpp" "../common/drivers/*.cpp" - "../common/AL94_USB_Composite/*.c" + "../common/USB_AL94/*.c" "specific/*.cpp" )