Skip to content

Commit 8d35aa7

Browse files
Raffael Rostagnosylvioalves
Raffael Rostagno
authored andcommitted
hal: mcpwm: esp32: Remove unused file
Remove unused mcpwm HAL file from compile config. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent a50a52a commit 8d35aa7

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

zephyr/esp32/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,6 @@ if(CONFIG_SOC_SERIES_ESP32)
198198
../../components/hal/ledc_hal.c
199199
)
200200

201-
zephyr_sources_ifdef(
202-
CONFIG_MCPWM_ESP32
203-
../../components/hal/mcpwm_hal.c
204-
)
205-
206201
zephyr_sources_ifdef(
207202
CONFIG_PCNT_ESP32
208203
../../components/hal/pcnt_hal.c

zephyr/esp32s3/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ if(CONFIG_SOC_SERIES_ESP32S3)
194194
../../components/hal/ledc_hal.c
195195
)
196196

197-
zephyr_sources_ifdef(
198-
CONFIG_MCPWM_ESP32
199-
../../components/hal/mcpwm_hal.c
200-
)
201-
202197
zephyr_sources_ifdef(
203198
CONFIG_PCNT_ESP32
204199
../../components/hal/pcnt_hal.c

0 commit comments

Comments
 (0)