zephyr: fix include in hello-world app
Update include due to changes in Zephyr. This is related to commit
f1d189c486
.
Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
parent
c2bd757332
commit
1e19c5afc7
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <zephyr.h>
|
||||
#include <misc/printk.h>
|
||||
#include <sys/printk.h>
|
||||
|
||||
void main(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue