mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
fix old include path
This commit is contained in:
parent
f6ce546317
commit
3c5c08264b
@ -44,7 +44,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <btstack/memory_pool.h>
|
#include "memory_pool.h"
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
@ -97,7 +97,7 @@ cfile_header_begin = """
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "btstack_memory.h"
|
#include "btstack_memory.h"
|
||||||
#include <btstack/memory_pool.h>
|
#include "memory_pool.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user