PicoSleepDemo icon indicating copy to clipboard operation
PicoSleepDemo copied to clipboard

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

Open gregyedlik opened this issue 1 year ago • 1 comments

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

gregyedlik avatar Sep 10 '24 15:09 gregyedlik

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().

gregyedlik avatar Sep 17 '24 15:09 gregyedlik