From 52bb4069df77c9aaab429828de575bfea5547c7b Mon Sep 17 00:00:00 2001 From: philippe44 Date: Thu, 18 May 2023 00:32:21 +0200 Subject: [PATCH] remove useless cmake instruction --- components/_override/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/_override/CMakeLists.txt b/components/_override/CMakeLists.txt index b5f8bcc0..2e38efe4 100644 --- a/components/_override/CMakeLists.txt +++ b/components/_override/CMakeLists.txt @@ -2,8 +2,6 @@ set(lib_dir ${build_dir}/esp-idf) if(IDF_TARGET STREQUAL esp32) set(driver esp32/i2s.c esp32/i2s_hal.c esp32/spi_bus_lock.c) -else() - return() endif() string(REPLACE ".c" ".c.obj" driver_obj "${driver}")