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:
parent
4ff3fe74ae
commit
5769e7b07a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue