Skip to content

Commit

Permalink
Fixed MicroROS build toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
samyarsadat committed Aug 25, 2024
1 parent 6d99a72 commit c7c5765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source Code/pico_ws/libmicroros/my_toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <https: www.gnu.org/licenses/>.


include($ENV{PICO_SDK_PATH}/cmake/preload/toolchains/util/find_compiler.cmake)
include($ENV{PICO_SDK_PATH}/cmake/preload/toolchains/find_compiler.cmake)

set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_CROSSCOMPILING 1)
Expand Down

0 comments on commit c7c5765

Please sign in to comment.