Skip to content

Commit

Permalink
zephyr: Fix Zephyr include warning
Browse files Browse the repository at this point in the history
Zephyr renamed zephyr.h to kernel.h now that it namespaced its
include path.

Change-Id: I201dda9fd2f70d5dea4b9d9c8c63580a3c3557fb
Signed-off-by: Yuval Peress <[email protected]>
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/123151
Reviewed-by: Rob Barnes <[email protected]>
  • Loading branch information
yperess authored and CQ Bot Account committed Dec 12, 2022
1 parent f93c974 commit dd46333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_sys_io_zephyr/sys_io.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#include <zephyr/console/console.h>
#include <zephyr/init.h>
#include <zephyr/kernel.h>
#include <zephyr/usb/usb_device.h>
#include <zephyr/zephyr.h>

static int sys_io_init(const struct device* dev) {
int err;
Expand Down

0 comments on commit dd46333

Please sign in to comment.