Open
Description
Hi
I have some example RP2040 code that works in the Ardunio IDE without fail. When ported to Platform IO the code fails on the following:
Serial.printf("timers_init failed - %d\n", err_code);
src/main.cpp: In function 'void loop()':
src/main.cpp:22:10: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
22 | Serial.printf("timers_init failed - %d\n", err_code);
This works in the ardinio IDE.
Thanks
Metadata
Metadata
Assignees
Labels
No labels