mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
test/att_db: fix compile
This commit is contained in:
parent
46eb6b51b8
commit
993da9623b
@ -82,6 +82,11 @@ void CHECK_EQUAL_ARRAY(const uint8_t * expected, uint8_t * actual, int size){
|
||||
}
|
||||
}
|
||||
|
||||
// mock
|
||||
extern "C"
|
||||
void att_set_db(uint8_t const * db){
|
||||
}
|
||||
|
||||
TEST_GROUP(AttDbUtil){
|
||||
void setup(void){
|
||||
att_db_util_init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user