auto-pts: fix compile for regular projects

This commit is contained in:
Matthias Ringwald 2020-01-28 19:24:51 +01:00
parent ed105bf119
commit ca29222f25

View File

@ -38,7 +38,6 @@
#define BTSTACK_FILE__ "att_db.c"
#include <string.h>
#include <auto-pts/btp.h>
#include "ble/att_db.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;
}
#endif
#endif