1
0
mirror of https://github.com/raspberrypi/pico-sdk.git synced 2025-08-07 17:02:52 +03:00

Change various (confusing to user) message to be DEBUG only (#365)

This commit is contained in:
Graham Sanderson
2021-05-04 08:01:11 -05:00
committed by GitHub
parent b7da70a53b
commit b6f812f647
4 changed files with 4 additions and 4 deletions

View File

@@ -36,8 +36,8 @@ if (DEFINED PICO_COMPILER)
select one from \"cmake/toolchains\" folder.")
endif ()
endif ()
message("PICO compiler is ${PICO_COMPILER}")
endif ()
message("PICO compiler is ${PICO_COMPILER}")
unset(PICO_COMPILER CACHE)