mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
fix att db test
This commit is contained in:
parent
f1344d4a1c
commit
b50aa5f4a3
@ -101,7 +101,7 @@ TEST(AttDbUtil, LeCounterDb){
|
||||
uint16_t size = att_db_util_get_size();
|
||||
|
||||
// hexdumpf(addr, size);
|
||||
CHECK_EQUAL(size, sizeof(profile_data));
|
||||
CHECK_EQUAL(size, (uint16_t)sizeof(profile_data));
|
||||
CHECK_EQUAL_ARRAY(profile_data, addr, size);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user