I cannot compile anymore without errors using 1.5.0.
Apparantly make_timeout_time_ms() is missing
https://raspberrypi.github.io/pico-sdk-doxygen/group__timestamp.html
Or am I missing something?
I reverted to 1.4.0 and the error goes away
time.h looks the same in both versions.
Is there an configuration error?
---- updates
removed the newer version.
and used the following to reinstall the older:
git clone https://github.com/raspberrypi/pico-sdk.git --branch 1.4.0
cd pico-sdk
git submodule update --init
Now my code compiles ok. Oh, I use windows 10/64 in visual studio