ghubcoder / PicoSleepDemo

MIT License
28 stars 3 forks source link

Pico SDK 2.0 breaks it, clocks_init() cannot be found #4

Open gregyedlik opened 2 months ago

gregyedlik commented 2 months ago

Downgrading to 1.5.1 it works, but 2.0 breaks it. :(

gregyedlik commented 1 month ago

I did some more investigation. Indeed the clocks_init() function has been removed from the SDK, but it is pretty much replaced by runtime_init_clocks().