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
4fd54a4756.
Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
committed by
Damien George
parent
17d8234458
commit
3a3dbf524b
@@ -31,8 +31,8 @@
|
|||||||
|
|
||||||
#if MICROPY_PY_BLUETOOTH
|
#if MICROPY_PY_BLUETOOTH
|
||||||
|
|
||||||
#include <bluetooth/bluetooth.h>
|
#include <zephyr/bluetooth/bluetooth.h>
|
||||||
#include <bluetooth/hci.h>
|
#include <zephyr/bluetooth/hci.h>
|
||||||
#include "extmod/modbluetooth.h"
|
#include "extmod/modbluetooth.h"
|
||||||
|
|
||||||
#define DEBUG_printf(...) // printk("BLE: " __VA_ARGS__)
|
#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 Zephyr's autoconf.h, which should be made first by Zephyr makefiles
|
||||||
#include "autoconf.h"
|
#include "autoconf.h"
|
||||||
// Included here to get basic Zephyr environment (macros, etc.)
|
// Included here to get basic Zephyr environment (macros, etc.)
|
||||||
#include <zephyr.h>
|
#include <zephyr/zephyr.h>
|
||||||
|
|
||||||
// Usually passed from Makefile
|
// Usually passed from Makefile
|
||||||
#ifndef MICROPY_HEAP_SIZE
|
#ifndef MICROPY_HEAP_SIZE
|
||||||
|
|||||||
Reference in New Issue
Block a user