From 5769e7b07afb94afe5f8266b82aed7854546801d Mon Sep 17 00:00:00 2001 From: Glauber Maroto Ferreira Date: Mon, 7 Mar 2022 15:18:05 -0300 Subject: [PATCH] boards: heltec_wifi_lora32_v2: update CMakeLists.txt remove dependency on pinmux definition. Signed-off-by: Glauber Maroto Ferreira --- boards/xtensa/heltec_wifi_lora32_v2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/xtensa/heltec_wifi_lora32_v2/CMakeLists.txt b/boards/xtensa/heltec_wifi_lora32_v2/CMakeLists.txt index 1ad978e0d75..11856690835 100644 --- a/boards/xtensa/heltec_wifi_lora32_v2/CMakeLists.txt +++ b/boards/xtensa/heltec_wifi_lora32_v2/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 -if(CONFIG_PINMUX_ESP32) +if(CONFIG_GPIO_ESP32) zephyr_library() zephyr_library_sources(board_init.c) endif()