pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Fix missing headers leading to #include failing when pulling in hardware_irq and pico_bootrom

Open aabizri opened this issue 1 year ago • 0 comments

As suggested by @kilograham (in https://github.com/raspberrypi/pico-sdk/issues/1929#issuecomment-2364746391), add pico_runtime_init as well as pico_runtime and boot_picobin_headers to the CMakeLists.txts defining hardware_irq and pico_bootrom_headers.

While the issue initially was reported only for hardware_irq missing pico_runtime_init, the same issue affect the other mentionned.

Fixes #1929

aabizri avatar Sep 26 '24 13:09 aabizri