From 901c5624d36e1b6c3b114d2c02417ccad77d5523 Mon Sep 17 00:00:00 2001 From: Lou Tianhao Date: Thu, 25 Jan 2024 15:14:46 +0800 Subject: [PATCH] change(pm): change CMakeLists for wakeup pytest --- .../esp_hw_support/test_apps/wakeup_tests/main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_hw_support/test_apps/wakeup_tests/main/CMakeLists.txt b/components/esp_hw_support/test_apps/wakeup_tests/main/CMakeLists.txt index dc2dfd74e7..048b8908a3 100644 --- a/components/esp_hw_support/test_apps/wakeup_tests/main/CMakeLists.txt +++ b/components/esp_hw_support/test_apps/wakeup_tests/main/CMakeLists.txt @@ -8,5 +8,5 @@ set(include "." # the component can be registered as WHOLE_ARCHIVE idf_component_register(SRCS ${srcs} INCLUDE_DIRS include - REQUIRES unity esp_driver_gpio console test_utils efuse + REQUIRES unity driver console test_utils efuse WHOLE_ARCHIVE)