zephyr: Update include paths to use the zephyr namespace.
Zephyr v3.1.0 moved all public headers to include/zephyr. Updates a few Zephyr include paths that were missed in 4fd54a475661953946e9e3c3f962b20619c82240. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
parent
17d8234458
commit
3a3dbf524b
@ -31,8 +31,8 @@
|
||||
|
||||
#if MICROPY_PY_BLUETOOTH
|
||||
|
||||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/hci.h>
|
||||
#include <zephyr/bluetooth/bluetooth.h>
|
||||
#include <zephyr/bluetooth/hci.h>
|
||||
#include "extmod/modbluetooth.h"
|
||||
|
||||
#define DEBUG_printf(...) // printk("BLE: " __VA_ARGS__)
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
// Include Zephyr's autoconf.h, which should be made first by Zephyr makefiles
|
||||
#include "autoconf.h"
|
||||
// Included here to get basic Zephyr environment (macros, etc.)
|
||||
#include <zephyr.h>
|
||||
#include <zephyr/zephyr.h>
|
||||
|
||||
// Usually passed from Makefile
|
||||
#ifndef MICROPY_HEAP_SIZE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user