include: update documentation to use zephyr/ prefix

Issue #41543

Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
Yuval Peress 2022-04-20 22:03:05 -06:00 committed by Maureen Helm
commit 41e7f30d0f
14 changed files with 28 additions and 28 deletions

View file

@ -446,7 +446,7 @@ The example below contains a complete example of a device driver that uses the
#define DT_DRV_COMPAT mydev
...
#include <drivers/pinctrl.h>
#include <zephyr/drivers/pinctrl.h>
...
struct mydev_config {