Skip to content

Commit

Permalink
hal: mcpwm: esp32: Remove unused file
Browse files Browse the repository at this point in the history
Remove unused mcpwm HAL file from compile config.

Signed-off-by: Raffael Rostagno <[email protected]>
  • Loading branch information
Raffael Rostagno authored and sylvioalves committed Dec 10, 2024
1 parent a50a52a commit 8d35aa7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions zephyr/esp32/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ if(CONFIG_SOC_SERIES_ESP32)
../../components/hal/ledc_hal.c
)

zephyr_sources_ifdef(
CONFIG_MCPWM_ESP32
../../components/hal/mcpwm_hal.c
)

zephyr_sources_ifdef(
CONFIG_PCNT_ESP32
../../components/hal/pcnt_hal.c
Expand Down
5 changes: 0 additions & 5 deletions zephyr/esp32s3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ if(CONFIG_SOC_SERIES_ESP32S3)
../../components/hal/ledc_hal.c
)

zephyr_sources_ifdef(
CONFIG_MCPWM_ESP32
../../components/hal/mcpwm_hal.c
)

zephyr_sources_ifdef(
CONFIG_PCNT_ESP32
../../components/hal/pcnt_hal.c
Expand Down

0 comments on commit 8d35aa7

Please sign in to comment.