We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df5554 commit d6f8d17Copy full SHA for d6f8d17
modules/hal_rpi_pico/CMakeLists.txt
@@ -82,8 +82,6 @@ if(CONFIG_HAS_RPI_PICO)
82
zephyr_include_directories_ifdef(CONFIG_PICOSDK_USE_GPIO
83
${rp2_common_dir}/hardware_gpio/include)
84
85
- zephyr_library_sources_ifdef(CONFIG_PICOSDK_USE_UART
86
- ${rp2_common_dir}/hardware_uart/uart.c)
87
zephyr_include_directories_ifdef(CONFIG_PICOSDK_USE_UART
88
${rp2_common_dir}/hardware_uart/include)
89
0 commit comments