mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
zephyr: Replace zephyr.h with kernel.h.
Zephyr v3.2.0 deprecated include/zephyr/zephyr.h in favor of include/zephyr/kernel.h since it only included that header. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
committed by
Damien George
parent
3a3dbf524b
commit
4e59a51902
@@ -29,7 +29,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <zephyr/zephyr.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#ifdef CONFIG_NETWORKING
|
||||
#include <zephyr/net/net_context.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user