micro_ros_raspberrypi_pico_sdk
micro_ros_raspberrypi_pico_sdk copied to clipboard
Fix: Update find_compiler.cmake Path After Moving to util Directory in pico-sdk 2.0
In pico-sdk version 2.0, the find_compiler.cmake file has been moved to the util directory. This commit updates the relevant paths to reflect this change, ensuring that the build process can locate the compiler correctly.
Related Issue:
Fixes #1274