include: always use <> for Zephyr includes
Double quotes "" should only be used for local headers. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
94cc1bf455
commit
691facc20f
59 changed files with 86 additions and 86 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/settings/settings.h>
|
||||
#include "zephyr/types.h"
|
||||
#include <zephyr/types.h>
|
||||
#include "errno.h"
|
||||
#include "argparse.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue