raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.24k stars 837 forks source link

Use CYW43_PRINTF macro in cyw43-support code. #1745

Open felixdoerre opened 1 week ago

felixdoerre commented 1 week ago

Fixes #1744.

Without this change, using cyw43 has a dependency on printf code for printing error message. Everywhere else in cyw43-code this dependency is masked with the CYW43_PRINTF-macro. This PR extends the usage of the CYW43-PRINTF macro to the SPI-support code.