Closed noahp closed 1 year ago
A recent Zephyr change removed the <zephyr/kernel.h> header from the <zephyr/init.h> header:
<zephyr/kernel.h>
<zephyr/init.h>
https://github.com/zephyrproject-rtos/zephyr/commit/a6a4400b8621bc618c60561c5bdd90b2e8ce09e0
Update the SDK includes to support this change.
See also #35, which was the origin of this change (thanks to @percz and @desowin for taking the time to make and test the patch!)
This change was included as part of the 0.34.1 release: https://github.com/memfault/memfault-firmware-sdk/releases/tag/0.34.1
A recent Zephyr change removed the
<zephyr/kernel.h>
header from the<zephyr/init.h>
header:https://github.com/zephyrproject-rtos/zephyr/commit/a6a4400b8621bc618c60561c5bdd90b2e8ce09e0
Update the SDK includes to support this change.
See also #35, which was the origin of this change (thanks to @percz and @desowin for taking the time to make and test the patch!)