mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
include <string.h> instead of <strings.h> to use memcpy
This commit is contained in:
parent
20473f8051
commit
404e02de70
@ -37,7 +37,7 @@
|
|||||||
#include "central_device_db.h"
|
#include "central_device_db.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <strings.h>
|
#include <string.h>
|
||||||
|
|
||||||
// Central Device db implemenation using static memory
|
// Central Device db implemenation using static memory
|
||||||
typedef struct central_device_memory_db {
|
typedef struct central_device_memory_db {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user