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:
Fabio Utzig 2019-12-16 09:18:16 -03:00 committed by Fabio Utzig
parent c2bd757332
commit 1e19c5afc7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
*/
#include <zephyr.h>
#include <misc/printk.h>
#include <sys/printk.h>
void main(void)
{