mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
auto-pts: fix compile for regular projects
This commit is contained in:
parent
ed105bf119
commit
ca29222f25
@ -38,7 +38,6 @@
|
|||||||
#define BTSTACK_FILE__ "att_db.c"
|
#define BTSTACK_FILE__ "att_db.c"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <auto-pts/btp.h>
|
|
||||||
|
|
||||||
#include "ble/att_db.h"
|
#include "ble/att_db.h"
|
||||||
#include "ble/core.h"
|
#include "ble/core.h"
|
||||||
@ -1569,4 +1568,4 @@ uint16_t btp_att_get_attribute_value(uint16_t attribute_handle, uint8_t * respon
|
|||||||
}
|
}
|
||||||
return pos;
|
return pos;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user