include: update documentation to use zephyr/ prefix
Issue #41543 Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
parent
bf6ca7f2e2
commit
41e7f30d0f
14 changed files with 28 additions and 28 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue