boards: heltec_wifi_lora32_v2: update CMakeLists.txt

remove dependency on pinmux definition.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2022-03-07 15:18:05 -03:00 committed by Carles Cufí
commit 5769e7b07a

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
if(CONFIG_PINMUX_ESP32) if(CONFIG_GPIO_ESP32)
zephyr_library() zephyr_library()
zephyr_library_sources(board_init.c) zephyr_library_sources(board_init.c)
endif() endif()