Skip to content

Commit

Permalink
modules: hal_rpi_pico: Remove unused drivers
Browse files Browse the repository at this point in the history
Remove drivers that not been referenced.

Signed-off-by: TOKITA Hiroshi <[email protected]>
  • Loading branch information
soburi committed Oct 28, 2023
1 parent 0147c91 commit fa45050
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/hal_rpi_pico/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ if(CONFIG_HAS_RPI_PICO)
zephyr_include_directories_ifdef(CONFIG_PICOSDK_USE_GPIO
${rp2_common_dir}/hardware_gpio/include)

zephyr_library_sources_ifdef(CONFIG_PICOSDK_USE_UART
${rp2_common_dir}/hardware_uart/uart.c)
zephyr_include_directories_ifdef(CONFIG_PICOSDK_USE_UART
${rp2_common_dir}/hardware_uart/include)

Expand Down

0 comments on commit fa45050

Please sign in to comment.