Hi,
I am currently want to re-compile my code that actually works in previous version of sdk. But now, in this current version (v.2.2.0), I got error zephyr.h not found.
c:\nrf\samples\nrf9160\uart\src\main.c:11:10: fatal error: zephyr.h: No such file or directory 11 | #include <zephyr.h> | ^~~~~~~~~~ compilation terminated.
So maybe anyone has same experience? Thank you.