Skip to content

Commit d6f8d17

Browse files
committed
modules: hal_rpi_pico: Remove unused drivers
Remove drivers that not been referenced. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 6df5554 commit d6f8d17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/hal_rpi_pico/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ if(CONFIG_HAS_RPI_PICO)
8282
zephyr_include_directories_ifdef(CONFIG_PICOSDK_USE_GPIO
8383
${rp2_common_dir}/hardware_gpio/include)
8484

85-
zephyr_library_sources_ifdef(CONFIG_PICOSDK_USE_UART
86-
${rp2_common_dir}/hardware_uart/uart.c)
8785
zephyr_include_directories_ifdef(CONFIG_PICOSDK_USE_UART
8886
${rp2_common_dir}/hardware_uart/include)
8987

0 commit comments

Comments
 (0)